#3F77B9

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

Shades of Steel Blue #3F77B9

Tints of Steel Blue #3F77B9

Color information

#3F77B9 (or 0x3F77B9) is unknown color: approx Steel Blue. HEX triplet: 3F, 77 and B9. RGB value is (63,119,185). Sum of RGB (Red+Green+Blue) = 63+119+185=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F77B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77B9 is #C08846. Grayscale: #6D6D6D. Windows color (decimal): -12617799 or 12154687. OLE color: 12154687.

HSL color Cylindrical-coordinate representation of color #3F77B9: hue angle of 212.46º 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 #3F77B9 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63119185-
CMYK0.660.3600.27
HSL212.46º49.19%48.63%-
HSV(B)212.46º65.95%72.55%-
XYZ17.417.7548.41-
YUV109.78170.4594.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 185 (72.66% from 255) = 50.41%
R=17.17%
G=32.43%
B=50.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631191850.660.3600.27212.4649.1948.63
Hex3F77B9422401Bd43131
Octal77167271102440333246161
Binary111111111011110111001100001010010001101111010100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F77B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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