#3F7AAB

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

Shades of Steel Blue #3F7AAB

Tints of Steel Blue #3F7AAB

Color information

#3F7AAB (or 0x3F7AAB) is unknown color: approx Steel Blue. HEX triplet: 3F, 7A and AB. RGB value is (63,122,171). Sum of RGB (Red+Green+Blue) = 63+122+171=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7AAB is #C08554. Grayscale: #6D6D6D. Windows color (decimal): -12617045 or 11237951. OLE color: 11237951.

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

Color convert

RGB63122171-
CMYK0.630.2900.33
HSL207.22º46.15%45.88%-
HSV(B)207.22º63.16%67.06%-
XYZ16.3617.9241.12-
YUV109.94162.4594.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=17.70%
G=34.27%
B=48.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631221710.630.2900.33207.2246.1545.88
Hex3F7AAB3F1D021cf2e2e
Octal7717225377350413175656
Binary11111111110101010101111111111101010000111001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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