#3F75BF

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

Shades of Steel Blue #3F75BF

Tints of Steel Blue #3F75BF

Color information

#3F75BF (or 0x3F75BF) is unknown color: approx Steel Blue. HEX triplet: 3F, 75 and BF. RGB value is (63,117,191). Sum of RGB (Red+Green+Blue) = 63+117+191=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F75BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75BF is #C08A40. Grayscale: #6C6C6C. Windows color (decimal): -12618305 or 12547391. OLE color: 12547391.

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

Color convert

RGB63117191-
CMYK0.670.3900.25
HSL214.69º50.39%49.8%-
HSV(B)214.69º67.02%74.9%-
XYZ17.8217.5451.74-
YUV109.29174.1194.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.98%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 191 (75% from 255) = 51.48%
R=16.98%
G=31.54%
B=51.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631171910.670.3900.25214.6950.3949.8
Hex3F75BF4327019d73232
Octal77165277103470313276262
Binary111111111010110111111100001110011101100111010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,191); }

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

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

 a { background-color: rgb(63,117,191); }

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

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

 span { border-color: rgb(63,117,191); }

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