#3e7fb1

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

Shades of Steel Blue #3E7FB1

Tints of Steel Blue #3E7FB1

Color information

#3E7FB1 (or 0x3E7FB1) is unknown color: approx Steel Blue. HEX triplet: 3E, 7F and B1. RGB value is (62,127,177). Sum of RGB (Red+Green+Blue) = 62+127+177=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E7FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7FB1 is #C1804E. Grayscale: #707070. Windows color (decimal): -12681295 or 11632446. OLE color: 11632446.

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

Color convert

RGB62127177-
CMYK0.650.2800.31
HSL206.09º48.12%46.86%-
HSV(B)206.09º64.97%69.41%-
XYZ17.5119.3844.41-
YUV113.26163.9791.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=16.94%
G=34.70%
B=48.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621271770.650.2800.31206.0948.1246.86
Hex3E7FB1411C01Fce302f
Octal76177261101340373166057
Binary11111011111111011000110000011110001111111001110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e7fb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,127,177); }

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

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

 a { background-color: rgb(62,127,177); }

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

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

 span { border-color: rgb(62,127,177); }

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