#3F7BB9

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

Shades of Steel Blue #3F7BB9

Tints of Steel Blue #3F7BB9

Color information

#3F7BB9 (or 0x3F7BB9) is unknown color: approx Steel Blue. HEX triplet: 3F, 7B and B9. RGB value is (63,123,185). Sum of RGB (Red+Green+Blue) = 63+123+185=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F7BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BB9 is #C08446. Grayscale: #6F6F6F. Windows color (decimal): -12616775 or 12155711. OLE color: 12155711.

HSL color Cylindrical-coordinate representation of color #3F7BB9: hue angle of 210.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7BB9 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63123185-
CMYK0.660.3400.27
HSL210.49º49.19%48.63%-
HSV(B)210.49º65.95%72.55%-
XYZ17.8918.7348.57-
YUV112.13169.1292.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.98%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 185 (72.66% from 255) = 49.87%
R=16.98%
G=33.15%
B=49.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631231850.660.3400.27210.4949.1948.63
Hex3F7BB9422201Bd23131
Octal77173271102420333226161
Binary111111111101110111001100001010001001101111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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