Html Css Color HEX #3E75BF Steel Blue

📋 copy color: '#3E75BF'

red 62 ◦ green 117 ◦ blue 191

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

Shades of Steel Blue #3E75BF

Tints of Steel Blue #3E75BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

 BLUE value IS 191 (75% from 255) = 51.62%

R = 16.76%
G = 31.62%
B = 51.62%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E75BF (or 0x3E75BF) is known color: Steel Blue. HEX triplet: 3E, 75 and BF. RGB value is (62,117,191). Sum of RGB (Red+Green+Blue) = 62+117+191=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E75BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75BF is #C18A40. Grayscale: #6C6C6C. Windows color (decimal): -12683841 or 12547390. OLE color: 12547390.

HSL color Cylindrical-coordinate representation of color #3E75BF: hue angle of 214.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E75BF is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 117 191 -
CMYK 0.68 0.39 0 0.25
HSL 214.42º 0.51% 0.5% -
HSV(B) 214.42º 0.68% 0.75% -
XYZ 17.75 17.51 51.73 -
YUV 108.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 62 117 191 0.68 0.39 0 0.25 214.42 0.51 0.5
Hex 3E 75 BF 44 27 0 19 D6 33 32
Octal 76 165 277 104 47 0 31 326 63 62
Binary 111110 1110101 10111111 1000100 100111 0 11001 11010110 110011 110010

Color Harmonies of #3E75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E75BF

Black with #3E75BF

Text Example


Text Example

White with #3E75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,117,191); }

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

background-color css

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

 a { background-color: rgb(62,117,191); }

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

border-color css

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

 span { border-color: rgb(62,117,191); }

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