#3564D5

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

Shades of Royal Blue #3564D5

Tints of Royal Blue #3564D5

Color information

#3564D5 (or 0x3564D5) is unknown color: approx Royal Blue. HEX triplet: 35, 64 and D5. RGB value is (53,100,213). Sum of RGB (Red+Green+Blue) = 53+100+213=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #3564D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564D5 is #CA9B2A. Grayscale: #626262. Windows color (decimal): -13277995 or 13984821. OLE color: 13984821.

HSL color Cylindrical-coordinate representation of color #3564D5: hue angle of 222.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3564D5 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53100213-
CMYK0.750.5300.16
HSL222.38º65.57%52.16%-
HSV(B)222.38º75.12%83.53%-
XYZ18.0414.6864.83-
YUV98.83192.4395.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 213 (83.59% from 255) = 58.20%
R=14.48%
G=27.32%
B=58.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531002130.750.5300.16222.3865.5752.16
Hex3564D54B35010de4234
Octal651443251136502033610264
Binary1101011100100110101011001011110101010000110111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3564D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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