Html Css Color HEX #3976DB Royal Blue

📋 copy color: '#3976DB'

red 57 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #3976DB

Tints of Royal Blue #3976DB

RGB

 RED value IS 57 (22.66% from 255) = 14.47%

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 14.47%
G = 29.95%
B = 55.58%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3976DB (or 0x3976DB) is known color: Royal Blue. HEX triplet: 39, 76 and DB. RGB value is (57,118,219). Sum of RGB (Red+Green+Blue) = 57+118+219=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #3976DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976DB is #C68924. Grayscale: #6E6E6E. Windows color (decimal): -13011237 or 14382649. OLE color: 14382649.

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

Color convert

RGB 57 118 219 -
CMYK 0.74 0.46 0 0.14
HSL 217.41º 0.69% 0.54% -
HSV(B) 217.41º 0.74% 0.86% -
XYZ 20.95 18.94 69.57 -
YUV 111.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 57 118 219 0.74 0.46 0 0.14 217.41 0.69 0.54
Hex 39 76 DB 4A 2E 0 E D9 45 36
Octal 71 166 333 112 56 0 16 331 105 66
Binary 111001 1110110 11011011 1001010 101110 0 1110 11011001 1000101 110110

Color Harmonies of #3976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976DB

Black with #3976DB

Text Example


Text Example

White with #3976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,118,219); }

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

background-color css

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

 a { background-color: rgb(57,118,219); }

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

border-color css

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

 span { border-color: rgb(57,118,219); }

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