#3F82AC

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

Shades of Steel Blue #3F82AC

Tints of Steel Blue #3F82AC

Color information

#3F82AC (or 0x3F82AC) is unknown color: approx Steel Blue. HEX triplet: 3F, 82 and AC. RGB value is (63,130,172). Sum of RGB (Red+Green+Blue) = 63+130+172=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F82AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F82AC is #C07D53. Grayscale: #727272. Windows color (decimal): -12614996 or 11305535. OLE color: 11305535.

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

Color convert

RGB63130172-
CMYK0.630.2400.33
HSL203.12º46.38%46.08%-
HSV(B)203.12º63.37%67.45%-
XYZ17.482041.97-
YUV114.76160.391.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=17.26%
G=35.62%
B=47.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631301720.630.2400.33203.1246.3846.08
Hex3F82AC3F18021cb2e2e
Octal7720225477300413135656
Binary111111100000101010110011111111000010000111001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,130,172); }

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

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

 a { background-color: rgb(63,130,172); }

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

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

 span { border-color: rgb(63,130,172); }

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