Html Css Color HEX #3971B4 Steel Blue

📋 copy color: '#3971B4'

red 57 ◦ green 113 ◦ blue 180

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

Shades of Steel Blue #3971B4

Tints of Steel Blue #3971B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 51.43%

R = 16.29%
G = 32.29%
B = 51.43%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3971B4 (or 0x3971B4) is known color: Steel Blue. HEX triplet: 39, 71 and B4. RGB value is (57,113,180). Sum of RGB (Red+Green+Blue) = 57+113+180=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 180 (70.70% from 255 or 51.43% from 350); Max value from RGB is 180 - color contains mainly: blue. Hex color #3971B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3971B4 is #C68E4B. Grayscale: #676767. Windows color (decimal): -13012556 or 11825465. OLE color: 11825465.

HSL color Cylindrical-coordinate representation of color #3971B4: hue angle of 212.68º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3971B4 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 113 180 -
CMYK 0.68 0.37 0 0.29
HSL 212.68º 0.52% 0.46% -
HSV(B) 212.68º 0.68% 0.71% -
XYZ 15.83 15.98 45.43 -
YUV 103.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 57 113 180 0.68 0.37 0 0.29 212.68 0.52 0.46
Hex 39 71 B4 44 25 0 1D D5 34 2E
Octal 71 161 264 104 45 0 35 325 64 56
Binary 111001 1110001 10110100 1000100 100101 0 11101 11010101 110100 101110

Color Harmonies of #3971B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3971B4

Black with #3971B4

Text Example


Text Example

White with #3971B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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