#3F72C5

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

Shades of Steel Blue #3F72C5

Tints of Steel Blue #3F72C5

Color information

#3F72C5 (or 0x3F72C5) is unknown color: approx Steel Blue. HEX triplet: 3F, 72 and C5. RGB value is (63,114,197). Sum of RGB (Red+Green+Blue) = 63+114+197=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #3F72C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F72C5 is #C08D3A. Grayscale: #6B6B6B. Windows color (decimal): -12619067 or 12939839. OLE color: 12939839.

HSL color Cylindrical-coordinate representation of color #3F72C5: hue angle of 217.16º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F72C5 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB63114197-
CMYK0.680.4200.23
HSL217.16º53.6%50.98%-
HSV(B)217.16º68.02%77.25%-
XYZ18.1517.1255.17-
YUV108.21178.195.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.84%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 197 (77.34% from 255) = 52.67%
R=16.84%
G=30.48%
B=52.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631141970.680.4200.23217.1653.650.98
Hex3F72C5442A017d93633
Octal77162305104520273316663
Binary111111111001011000101100010010101001011111011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F72C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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