Html Css Color HEX #3372DC Royal Blue

📋 copy color: '#3372DC'

red 51 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #3372DC

Tints of Royal Blue #3372DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 13.25%
G = 29.61%
B = 57.14%

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

#3372DC (or 0x3372DC) is known color: Royal Blue. HEX triplet: 33, 72 and DC. RGB value is (51,114,220). Sum of RGB (Red+Green+Blue) = 51+114+220=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #3372DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372DC is #CC8D23. Grayscale: #6A6A6A. Windows color (decimal): -13405476 or 14447155. OLE color: 14447155.

HSL color Cylindrical-coordinate representation of color #3372DC: hue angle of 217.63º degrees, saturation: 0.71, 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 #3372DC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 114 220 -
CMYK 0.77 0.48 0 0.14
HSL 217.63º 0.71% 0.53% -
HSV(B) 217.63º 0.77% 0.86% -
XYZ 20.3 17.91 70.1 -
YUV 107.25 191.63 87.88 -
System Red Green Blue C M Y K H S L
Decimal 51 114 220 0.77 0.48 0 0.14 217.63 0.71 0.53
Hex 33 72 DC 4D 30 0 E DA 47 35
Octal 63 162 334 115 60 0 16 332 107 65
Binary 110011 1110010 11011100 1001101 110000 0 1110 11011010 1000111 110101

Color Harmonies of #3372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3372DC

Black with #3372DC

Text Example


Text Example

White with #3372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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