#3F6FB9

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

Shades of Steel Blue #3F6FB9

Tints of Steel Blue #3F6FB9

Color information

#3F6FB9 (or 0x3F6FB9) is unknown color: approx Steel Blue. HEX triplet: 3F, 6F and B9. RGB value is (63,111,185). Sum of RGB (Red+Green+Blue) = 63+111+185=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F6FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6FB9 is #C09046. Grayscale: #686868. Windows color (decimal): -12619847 or 12152639. OLE color: 12152639.

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

Color convert

RGB63111185-
CMYK0.660.400.27
HSL216.39º49.19%48.63%-
HSV(B)216.39º65.95%72.55%-
XYZ16.4915.9348.1-
YUV105.08173.197.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.55%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=17.55%
G=30.92%
B=51.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631111850.660.400.27216.3949.1948.63
Hex3F6FB9422801Bd83131
Octal77157271102500333306161
Binary111111110111110111001100001010100001101111011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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