#3F72BE

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

Shades of Steel Blue #3F72BE

Tints of Steel Blue #3F72BE

Color information

#3F72BE (or 0x3F72BE) is unknown color: approx Steel Blue. HEX triplet: 3F, 72 and BE. RGB value is (63,114,190). Sum of RGB (Red+Green+Blue) = 63+114+190=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F72BE is #C08D41. Grayscale: #6B6B6B. Windows color (decimal): -12619074 or 12481087. OLE color: 12481087.

HSL color Cylindrical-coordinate representation of color #3F72BE: hue angle of 215.91º degrees, saturation: 0.5, 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 #3F72BE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63114190-
CMYK0.670.4000.25
HSL215.91º50.2%49.61%-
HSV(B)215.91º66.84%74.51%-
XYZ17.3616.8151.04-
YUV107.42174.696.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=17.17%
G=31.06%
B=51.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631141900.670.4000.25215.9150.249.61
Hex3F72BE4328019d83232
Octal77162276103500313306262
Binary111111111001010111110100001110100001100111011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,114,190); }

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

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

 a { background-color: rgb(63,114,190); }

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

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

 span { border-color: rgb(63,114,190); }

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