#3566cc

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

Shades of Royal Blue #3566CC

Tints of Royal Blue #3566CC

Color information

#3566CC (or 0x3566CC) is unknown color: approx Royal Blue. HEX triplet: 35, 66 and CC. RGB value is (53,102,204). Sum of RGB (Red+Green+Blue) = 53+102+204=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #3566CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566CC is #CA9933. Grayscale: #626262. Windows color (decimal): -13277492 or 13395509. OLE color: 13395509.

HSL color Cylindrical-coordinate representation of color #3566CC: hue angle of 220.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3566CC is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53102204-
CMYK0.740.500.2
HSL220.53º59.68%50.39%-
HSV(B)220.53º74.02%80%-
XYZ17.1214.6259.05-
YUV98.98187.2795.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=14.76%
G=28.41%
B=56.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal531022040.740.500.2220.5359.6850.39
Hex3566CC4A32014dd3c32
Octal65146314112620243357462
Binary110101110011011001100100101011001001010011011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3566cc; }

 p { color: rgb(53,102,204); }

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

<style>
 a { background-color: #3566cc; }

 a { background-color: rgb(53,102,204); }

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

<style>
 span { border-color: #3566cc; }

 span { border-color: rgb(53,102,204); }

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