#3e7daf

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

Shades of Steel Blue #3E7DAF

Tints of Steel Blue #3E7DAF

Color information

#3E7DAF (or 0x3E7DAF) is unknown color: approx Steel Blue. HEX triplet: 3E, 7D and AF. RGB value is (62,125,175). Sum of RGB (Red+Green+Blue) = 62+125+175=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E7DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7DAF is #C18250. Grayscale: #6F6F6F. Windows color (decimal): -12681809 or 11500862. OLE color: 11500862.

HSL color Cylindrical-coordinate representation of color #3E7DAF: hue angle of 206.55º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7DAF is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB62125175-
CMYK0.650.2900.31
HSL206.55º47.68%46.47%-
HSV(B)206.55º64.57%68.63%-
XYZ17.0618.7943.28-
YUV111.86163.6392.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.13%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=17.13%
G=34.53%
B=48.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621251750.650.2900.31206.5547.6846.47
Hex3E7DAF411D01Fcf302e
Octal76175257101350373176056
Binary11111011111011010111110000011110101111111001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e7daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,125,175); }

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

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

 a { background-color: rgb(62,125,175); }

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

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

 span { border-color: rgb(62,125,175); }

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