#3F78C0

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

Shades of Steel Blue #3F78C0

Tints of Steel Blue #3F78C0

Color information

#3F78C0 (or 0x3F78C0) is unknown color: approx Steel Blue. HEX triplet: 3F, 78 and C0. RGB value is (63,120,192). Sum of RGB (Red+Green+Blue) = 63+120+192=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F78C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F78C0 is #C0873F. Grayscale: #6E6E6E. Windows color (decimal): -12617536 or 12613695. OLE color: 12613695.

HSL color Cylindrical-coordinate representation of color #3F78C0: hue angle of 213.49º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F78C0 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63120192-
CMYK0.670.3800.25
HSL213.49º50.59%50%-
HSV(B)213.49º67.19%75.29%-
XYZ18.2818.352.44-
YUV111.16173.6293.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=16.8%
G=32%
B=51.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631201920.670.3800.25213.4950.5950
Hex3F78C04326019d53332
Octal77170300103460313256362
Binary111111111100011000000100001110011001100111010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F78C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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