#3F78AA

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

Shades of Steel Blue #3F78AA

Tints of Steel Blue #3F78AA

Color information

#3F78AA (or 0x3F78AA) is unknown color: approx Steel Blue. HEX triplet: 3F, 78 and AA. RGB value is (63,120,170). Sum of RGB (Red+Green+Blue) = 63+120+170=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F78AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78AA is #C08755. Grayscale: #6C6C6C. Windows color (decimal): -12617558 or 11171903. OLE color: 11171903.

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

Color convert

RGB63120170-
CMYK0.630.2900.33
HSL208.04º45.92%45.69%-
HSV(B)208.04º62.94%66.67%-
XYZ16.0217.3940.54-
YUV108.66162.6295.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.85%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=17.85%
G=33.99%
B=48.16%

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
Decimal631201700.630.2900.33208.0445.9245.69
Hex3F78AA3F1D021d02e2e
Octal7717025277350413205656
Binary11111111110001010101011111111101010000111010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,170); }

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

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

 a { background-color: rgb(63,120,170); }

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

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

 span { border-color: rgb(63,120,170); }

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