#3F7FAC

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

Shades of Steel Blue #3F7FAC

Tints of Steel Blue #3F7FAC

Color information

#3F7FAC (or 0x3F7FAC) is unknown color: approx Steel Blue. HEX triplet: 3F, 7F and AC. RGB value is (63,127,172). Sum of RGB (Red+Green+Blue) = 63+127+172=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F7FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7FAC is #C08053. Grayscale: #707070. Windows color (decimal): -12615764 or 11304767. OLE color: 11304767.

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

Color convert

RGB63127172-
CMYK0.630.2600.33
HSL204.77º46.38%46.08%-
HSV(B)204.77º63.37%67.45%-
XYZ17.0919.2141.84-
YUV112.99161.392.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=17.40%
G=35.08%
B=47.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631271720.630.2600.33204.7746.3846.08
Hex3F7FAC3F1A021cd2e2e
Octal7717725477320413155656
Binary11111111111111010110011111111010010000111001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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