#3568F5

Color #3568F5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3568F5

Tints of Royal Blue #3568F5

Color information

#3568F5 (or 0x3568F5) is unknown color: approx Royal Blue. HEX triplet: 35, 68 and F5. RGB value is (53,104,245). Sum of RGB (Red+Green+Blue) = 53+104+245=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #3568F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3568F5 is #CA970A. Grayscale: #686868. Windows color (decimal): -13276939 or 16082997. OLE color: 16082997.

HSL color Cylindrical-coordinate representation of color #3568F5: hue angle of 224.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3568F5 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB53104245-
CMYK0.780.5800.04
HSL224.06º90.57%58.43%-
HSV(B)224.06º78.37%96.08%-
XYZ22.917.2588.51-
YUV104.82207.191.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 245 (96.09% from 255) = 60.95%
R=13.18%
G=25.87%
B=60.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal531042450.780.5800.04224.0690.5758.43
Hex3568F54E3A04e05b3a
Octal65150365116720434013372
Binary11010111010001111010110011101110100100111000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3568F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3568F5; }

 p { color: rgb(53,104,245); }

 H1.HeaderClassName
 {
   color: #3568F5;
 }
 .AnyTagClassName
 {
   color: #3568F5;
 }
</style>
background-color css

<style>
 a { background-color: #3568F5; }

 a { background-color: rgb(53,104,245); }

 div.DivClassName
 {
   background-color: #3568F5;
 }
 .BgClassName
 {
   background-color: #3568F5;
 }
</style>
border-color css

<style>
 span { border-color: #3568F5; }

 span { border-color: rgb(53,104,245); }

 td.TdClassName
 {
   border-color: #3568F5;
 }
 .TagClassName
 {
   border-color: #3568F5;
 }
</style>