Html Css Color HEX #3E74BA Steel Blue

📋 copy color: '#3E74BA'

red 62 ◦ green 116 ◦ blue 186

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

Shades of Steel Blue #3E74BA

Tints of Steel Blue #3E74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 17.03%
G = 31.87%
B = 51.1%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E74BA (or 0x3E74BA) is known color: Steel Blue. HEX triplet: 3E, 74 and BA. RGB value is (62,116,186). Sum of RGB (Red+Green+Blue) = 62+116+186=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E74BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E74BA is #C18B45. Grayscale: #6B6B6B. Windows color (decimal): -12684102 or 12219454. OLE color: 12219454.

HSL color Cylindrical-coordinate representation of color #3E74BA: hue angle of 213.87º 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 #3E74BA is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 116 186 -
CMYK 0.67 0.38 0 0.27
HSL 213.87º 0.5% 0.49% -
HSV(B) 213.87º 0.67% 0.73% -
XYZ 17.09 17.06 48.85 -
YUV 107.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 62 116 186 0.67 0.38 0 0.27 213.87 0.5 0.49
Hex 3E 74 BA 43 26 0 1B D6 32 31
Octal 76 164 272 103 46 0 33 326 62 61
Binary 111110 1110100 10111010 1000011 100110 0 11011 11010110 110010 110001

Color Harmonies of #3E74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E74BA

Black with #3E74BA

Text Example


Text Example

White with #3E74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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