#3564FF

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

Shades of Royal Blue #3564FF

Tints of Royal Blue #3564FF

Color information

#3564FF (or 0x3564FF) is unknown color: approx Royal Blue. HEX triplet: 35, 64 and FF. RGB value is (53,100,255). Sum of RGB (Red+Green+Blue) = 53+100+255=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #3564FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3564FF is #CA9B00. Grayscale: #666666. Windows color (decimal): -13277953 or 16737333. OLE color: 16737333.

HSL color Cylindrical-coordinate representation of color #3564FF: hue angle of 226.04º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3564FF is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB53100255-
CMYK0.790.6100
HSL226.04º100%60.39%-
HSV(B)226.04º79.22%100%-
XYZ24.0817.0996.64-
YUV103.62213.4391.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.99%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 255 (100% from 255) = 62.5%
R=12.99%
G=24.51%
B=62.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal531002550.790.6100226.0410060.39
Hex3564FF4F3D00e2643c
Octal65144377117750034214474
Binary110101110010011111111100111111110100111000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3564FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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