#3f7ba7

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

Shades of Steel Blue #3F7BA7

Tints of Steel Blue #3F7BA7

Color information

#3F7BA7 (or 0x3F7BA7) is unknown color: approx Steel Blue. HEX triplet: 3F, 7B and A7. RGB value is (63,123,167). Sum of RGB (Red+Green+Blue) = 63+123+167=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F7BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7BA7 is #C08458. Grayscale: #6D6D6D. Windows color (decimal): -12616793 or 10976063. OLE color: 10976063.

HSL color Cylindrical-coordinate representation of color #3F7BA7: hue angle of 205.38º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F7BA7 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB63123167-
CMYK0.620.2600.35
HSL205.38º45.22%45.1%-
HSV(B)205.38º62.28%65.49%-
XYZ16.1118.0139.19-
YUV110.08160.1294.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.85%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 167 (65.62% from 255) = 47.31%
R=17.85%
G=34.84%
B=47.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631231670.620.2600.35205.3845.2245.1
Hex3F7BA73E1A023cd2d2d
Octal7717324776320433155555
Binary11111111110111010011111111011010010001111001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f7ba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,167); }

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

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

 a { background-color: rgb(63,123,167); }

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

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

 span { border-color: rgb(63,123,167); }

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