Html Css Color HEX #3564DB Royal Blue

📋 copy color: '#3564DB'

red 53 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #3564DB

Tints of Royal Blue #3564DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 14.25%
G = 26.88%
B = 58.87%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3564DB (or 0x3564DB) is known color: Royal Blue. HEX triplet: 35, 64 and DB. RGB value is (53,100,219). Sum of RGB (Red+Green+Blue) = 53+100+219=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #3564DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564DB is #CA9B24. Grayscale: #626262. Windows color (decimal): -13277989 or 14378037. OLE color: 14378037.

HSL color Cylindrical-coordinate representation of color #3564DB: hue angle of 223.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3564DB is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 100 219 -
CMYK 0.76 0.54 0 0.14
HSL 223.01º 0.7% 0.53% -
HSV(B) 223.01º 0.76% 0.86% -
XYZ 18.81 14.99 68.92 -
YUV 99.51 195.43 94.82 -
System Red Green Blue C M Y K H S L
Decimal 53 100 219 0.76 0.54 0 0.14 223.01 0.7 0.53
Hex 35 64 DB 4C 36 0 E DF 46 35
Octal 65 144 333 114 66 0 16 337 106 65
Binary 110101 1100100 11011011 1001100 110110 0 1110 11011111 1000110 110101

Color Harmonies of #3564DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564DB

Black with #3564DB

Text Example


Text Example

White with #3564DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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