Html Css Color HEX #3971DB Royal Blue

📋 copy color: '#3971DB'

red 57 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #3971DB

Tints of Royal Blue #3971DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 14.65%
G = 29.05%
B = 56.3%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3971DB (or 0x3971DB) is known color: Royal Blue. HEX triplet: 39, 71 and DB. RGB value is (57,113,219). Sum of RGB (Red+Green+Blue) = 57+113+219=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3971DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971DB is #C68E24. Grayscale: #6B6B6B. Windows color (decimal): -13012517 or 14381369. OLE color: 14381369.

HSL color Cylindrical-coordinate representation of color #3971DB: hue angle of 219.26º 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 #3971DB is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 113 219 -
CMYK 0.74 0.48 0 0.14
HSL 219.26º 0.69% 0.54% -
HSV(B) 219.26º 0.74% 0.86% -
XYZ 20.38 17.79 69.38 -
YUV 108.34 190.45 91.38 -
System Red Green Blue C M Y K H S L
Decimal 57 113 219 0.74 0.48 0 0.14 219.26 0.69 0.54
Hex 39 71 DB 4A 30 0 E DB 45 36
Octal 71 161 333 112 60 0 16 333 105 66
Binary 111001 1110001 11011011 1001010 110000 0 1110 11011011 1000101 110110

Color Harmonies of #3971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3971DB

Black with #3971DB

Text Example


Text Example

White with #3971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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