#3564D0

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

Shades of Royal Blue #3564D0

Tints of Royal Blue #3564D0

Color information

#3564D0 (or 0x3564D0) is unknown color: approx Royal Blue. HEX triplet: 35, 64 and D0. RGB value is (53,100,208). Sum of RGB (Red+Green+Blue) = 53+100+208=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #3564D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564D0 is #CA9B2F. Grayscale: #616161. Windows color (decimal): -13278000 or 13657141. OLE color: 13657141.

HSL color Cylindrical-coordinate representation of color #3564D0: hue angle of 221.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3564D0 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53100208-
CMYK0.750.5200.18
HSL221.81º62.25%51.18%-
HSV(B)221.81º74.52%81.57%-
XYZ17.4114.4361.54-
YUV98.26189.9395.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 208 (81.64% from 255) = 57.62%
R=14.68%
G=27.70%
B=57.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531002080.750.5200.18221.8162.2551.18
Hex3564D04B34012de3e33
Octal65144320113640223367663
Binary110101110010011010000100101111010001001011011110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3564D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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