#3F7CAB

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

Shades of Steel Blue #3F7CAB

Tints of Steel Blue #3F7CAB

Color information

#3F7CAB (or 0x3F7CAB) is unknown color: approx Steel Blue. HEX triplet: 3F, 7C and AB. RGB value is (63,124,171). Sum of RGB (Red+Green+Blue) = 63+124+171=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7CAB is #C08354. Grayscale: #6E6E6E. Windows color (decimal): -12616533 or 11238463. OLE color: 11238463.

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

Color convert

RGB63124171-
CMYK0.630.2700.33
HSL206.11º46.15%45.88%-
HSV(B)206.11º63.16%67.06%-
XYZ16.6118.4141.21-
YUV111.12161.7993.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.60%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=17.60%
G=34.64%
B=47.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631241710.630.2700.33206.1146.1545.88
Hex3F7CAB3F1B021ce2e2e
Octal7717425377330413165656
Binary11111111111001010101111111111011010000111001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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