Html Css Color HEX #3564CE Royal Blue

📋 copy color: '#3564CE'

red 53 ◦ green 100 ◦ blue 206

#3564CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3564CE

Tints of Royal Blue #3564CE

RGB

 RED value IS 53 (21.09% from 255) = 14.76%

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 14.76%
G = 27.86%
B = 57.38%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3564CE (or 0x3564CE) is known color: Royal Blue. HEX triplet: 35, 64 and CE. RGB value is (53,100,206). Sum of RGB (Red+Green+Blue) = 53+100+206=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #3564CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564CE is #CA9B31. Grayscale: #616161. Windows color (decimal): -13278002 or 13526069. OLE color: 13526069.

HSL color Cylindrical-coordinate representation of color #3564CE: hue angle of 221.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3564CE is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 100 206 -
CMYK 0.74 0.51 0 0.19
HSL 221.57º 0.61% 0.51% -
HSV(B) 221.57º 0.74% 0.81% -
XYZ 17.17 14.33 60.25 -
YUV 98.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 53 100 206 0.74 0.51 0 0.19 221.57 0.61 0.51
Hex 35 64 CE 4A 33 0 13 DE 3D 33
Octal 65 144 316 112 63 0 23 336 75 63
Binary 110101 1100100 11001110 1001010 110011 0 10011 11011110 111101 110011

Color Harmonies of #3564CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564CE

Black with #3564CE

Text Example


Text Example

White with #3564CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3564CE;
 }
 .AnyTagClassName
 {
   color: #3564CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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