#3E70BE

Color #3E70BE Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #3E70BE

Tints of Steel Blue #3E70BE

Color information

#3E70BE (or 0x3E70BE) is unknown color: approx Steel Blue. HEX triplet: 3E, 70 and BE. RGB value is (62,112,190). Sum of RGB (Red+Green+Blue) = 62+112+190=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70BE is #C18F41. Grayscale: #696969. Windows color (decimal): -12685122 or 12480574. OLE color: 12480574.

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

Color convert

RGB62112190-
CMYK0.670.4100.25
HSL216.56º50.79%49.41%-
HSV(B)216.56º67.37%74.51%-
XYZ17.0816.3350.97-
YUV105.94175.4496.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.03%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=17.03%
G=30.77%
B=52.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621121900.670.4100.25216.5650.7949.41
Hex3E70BE4329019d93331
Octal76160276103510313316361
Binary111110111000010111110100001110100101100111011001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E70BE;
 }
 .AnyTagClassName
 {
   color: #3E70BE;
 }
</style>
background-color css

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

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

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

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

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

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