Html Css Color HEX #3E70BA Steel Blue

📋 copy color: '#3E70BA'

red 62 ◦ green 112 ◦ blue 186

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

Shades of Steel Blue #3E70BA

Tints of Steel Blue #3E70BA

RGB

 RED value IS 62 (24.61% from 255) = 17.22%

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 17.22%
G = 31.11%
B = 51.67%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E70BA (or 0x3E70BA) is known color: Steel Blue. HEX triplet: 3E, 70 and BA. RGB value is (62,112,186). Sum of RGB (Red+Green+Blue) = 62+112+186=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70BA is #C18F45. Grayscale: #696969. Windows color (decimal): -12685126 or 12218430. OLE color: 12218430.

HSL color Cylindrical-coordinate representation of color #3E70BA: hue angle of 215.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E70BA is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 112 186 -
CMYK 0.67 0.40 0 0.27
HSL 215.81º 0.5% 0.49% -
HSV(B) 215.81º 0.67% 0.73% -
XYZ 16.64 16.16 48.7 -
YUV 105.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 62 112 186 0.67 0.40 0 0.27 215.81 0.5 0.49
Hex 3E 70 BA 43 28 0 1B D8 32 31
Octal 76 160 272 103 50 0 33 330 62 61
Binary 111110 1110000 10111010 1000011 101000 0 11011 11011000 110010 110001

Color Harmonies of #3E70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E70BA

Black with #3E70BA

Text Example


Text Example

White with #3E70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E70BA; }

 p { color: rgb(62,112,186); }

 H1.HeaderClassName
 {
   color: #3E70BA;
 }
 .AnyTagClassName
 {
   color: #3E70BA;
 }
</style>

background-color css

<style>
 a { background-color: #3E70BA; }

 a { background-color: rgb(62,112,186); }

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

border-color css

<style>
 span { border-color: #3E70BA; }

 span { border-color: rgb(62,112,186); }

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