Html Css Color HEX #3564EF Royal Blue

📋 copy color: '#3564EF'

red 53 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #3564EF

Tints of Royal Blue #3564EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 13.52%
G = 25.51%
B = 60.97%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3564EF (or 0x3564EF) is known color: Royal Blue. HEX triplet: 35, 64 and EF. RGB value is (53,100,239). Sum of RGB (Red+Green+Blue) = 53+100+239=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #3564EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3564EF is #CA9B10. Grayscale: #656565. Windows color (decimal): -13277969 or 15688757. OLE color: 15688757.

HSL color Cylindrical-coordinate representation of color #3564EF: hue angle of 224.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3564EF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 100 239 -
CMYK 0.78 0.58 0 0.06
HSL 224.84º 0.85% 0.57% -
HSV(B) 224.84º 0.78% 0.94% -
XYZ 21.61 16.1 83.63 -
YUV 101.79 205.43 93.2 -
System Red Green Blue C M Y K H S L
Decimal 53 100 239 0.78 0.58 0 0.06 224.84 0.85 0.57
Hex 35 64 EF 4E 3A 0 6 E1 55 39
Octal 65 144 357 116 72 0 6 341 125 71
Binary 110101 1100100 11101111 1001110 111010 0 110 11100001 1010101 111001

Color Harmonies of #3564EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564EF

Black with #3564EF

Text Example


Text Example

White with #3564EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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