#3564DD

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

Shades of Royal Blue #3564DD

Tints of Royal Blue #3564DD

Color information

#3564DD (or 0x3564DD) is unknown color: approx Royal Blue. HEX triplet: 35, 64 and DD. RGB value is (53,100,221). Sum of RGB (Red+Green+Blue) = 53+100+221=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #3564DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564DD is #CA9B22. Grayscale: #636363. Windows color (decimal): -13277987 or 14509109. OLE color: 14509109.

HSL color Cylindrical-coordinate representation of color #3564DD: hue angle of 223.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3564DD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53100221-
CMYK0.760.5500.13
HSL223.21º71.19%53.73%-
HSV(B)223.21º76.02%86.67%-
XYZ19.0815.0970.31-
YUV99.74196.4394.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 221 (86.72% from 255) = 59.09%
R=14.17%
G=26.74%
B=59.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531002210.760.5500.13223.2171.1953.73
Hex3564DD4C370Ddf4736
Octal651443351146701533710766
Binary110101110010011011101100110011011101101110111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3564DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3564DD; }

 p { color: rgb(53,100,221); }

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

<style>
 a { background-color: #3564DD; }

 a { background-color: rgb(53,100,221); }

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

<style>
 span { border-color: #3564DD; }

 span { border-color: rgb(53,100,221); }

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