Html Css Color HEX #3372DB Royal Blue

📋 copy color: '#3372DB'

red 51 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #3372DB

Tints of Royal Blue #3372DB

RGB

 RED value IS 51 (20.31% from 255) = 13.28%

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 13.28%
G = 29.69%
B = 57.03%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3372DB (or 0x3372DB) is known color: Royal Blue. HEX triplet: 33, 72 and DB. RGB value is (51,114,219). Sum of RGB (Red+Green+Blue) = 51+114+219=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3372DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372DB is #CC8D24. Grayscale: #6A6A6A. Windows color (decimal): -13405477 or 14381619. OLE color: 14381619.

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

Color convert

RGB 51 114 219 -
CMYK 0.77 0.48 0 0.14
HSL 217.5º 0.7% 0.53% -
HSV(B) 217.5º 0.77% 0.86% -
XYZ 20.17 17.85 69.4 -
YUV 107.13 191.13 87.96 -
System Red Green Blue C M Y K H S L
Decimal 51 114 219 0.77 0.48 0 0.14 217.5 0.7 0.53
Hex 33 72 DB 4D 30 0 E DA 46 35
Octal 63 162 333 115 60 0 16 332 106 65
Binary 110011 1110010 11011011 1001101 110000 0 1110 11011010 1000110 110101

Color Harmonies of #3372DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372DB

Black with #3372DB

Text Example


Text Example

White with #3372DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,114,219); }

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

background-color css

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

 a { background-color: rgb(51,114,219); }

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

border-color css

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

 span { border-color: rgb(51,114,219); }

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