#3566CD

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

Shades of Royal Blue #3566CD

Tints of Royal Blue #3566CD

Color information

#3566CD (or 0x3566CD) is unknown color: approx Royal Blue. HEX triplet: 35, 66 and CD. RGB value is (53,102,205). Sum of RGB (Red+Green+Blue) = 53+102+205=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3566CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3566CD is #CA9932. Grayscale: #626262. Windows color (decimal): -13277491 or 13461045. OLE color: 13461045.

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

Color convert

RGB53102205-
CMYK0.740.5000.20
HSL220.66º60.32%50.59%-
HSV(B)220.66º74.15%80.39%-
XYZ17.2414.6759.68-
YUV99.09187.7795.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 205 (80.47% from 255) = 56.94%
R=14.72%
G=28.33%
B=56.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531022050.740.5000.20220.6660.3250.59
Hex3566CD4A32014dd3c33
Octal65146315112620243357463
Binary110101110011011001101100101011001001010011011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3566CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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