#3F78B2

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

Shades of Steel Blue #3F78B2

Tints of Steel Blue #3F78B2

Color information

#3F78B2 (or 0x3F78B2) is unknown color: approx Steel Blue. HEX triplet: 3F, 78 and B2. RGB value is (63,120,178). Sum of RGB (Red+Green+Blue) = 63+120+178=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F78B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78B2 is #C0874D. Grayscale: #6D6D6D. Windows color (decimal): -12617550 or 11696191. OLE color: 11696191.

HSL color Cylindrical-coordinate representation of color #3F78B2: hue angle of 210.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F78B2 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB63120178-
CMYK0.650.3300.30
HSL210.26º47.72%47.25%-
HSV(B)210.26º64.61%69.8%-
XYZ16.817.744.65-
YUV109.57166.6294.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 178 (69.92% from 255) = 49.31%
R=17.45%
G=33.24%
B=49.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631201780.650.3300.30210.2647.7247.25
Hex3F78B2412101Ed2302f
Octal77170262101410363226057
Binary111111111100010110010100000110000101111011010010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F78B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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