#3F7EAB

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

Shades of Steel Blue #3F7EAB

Tints of Steel Blue #3F7EAB

Color information

#3F7EAB (or 0x3F7EAB) is unknown color: approx Steel Blue. HEX triplet: 3F, 7E and AB. RGB value is (63,126,171). Sum of RGB (Red+Green+Blue) = 63+126+171=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7EAB is #C08154. Grayscale: #707070. Windows color (decimal): -12616021 or 11238975. OLE color: 11238975.

HSL color Cylindrical-coordinate representation of color #3F7EAB: hue angle of 205º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F7EAB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63126171-
CMYK0.630.2600.33
HSL205º46.15%45.88%-
HSV(B)205º63.16%67.06%-
XYZ16.8618.9241.29-
YUV112.29161.1392.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=17.5%
G=35%
B=47.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631261710.630.2600.3320546.1545.88
Hex3F7EAB3F1A021cd2e2e
Octal7717625377320413155656
Binary11111111111101010101111111111010010000111001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,171); }

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

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

 a { background-color: rgb(63,126,171); }

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

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

 span { border-color: rgb(63,126,171); }

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