#3F75B7

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

Shades of Steel Blue #3F75B7

Tints of Steel Blue #3F75B7

Color information

#3F75B7 (or 0x3F75B7) is unknown color: approx Steel Blue. HEX triplet: 3F, 75 and B7. RGB value is (63,117,183). Sum of RGB (Red+Green+Blue) = 63+117+183=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #3F75B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75B7 is #C08A48. Grayscale: #6C6C6C. Windows color (decimal): -12618313 or 12023103. OLE color: 12023103.

HSL color Cylindrical-coordinate representation of color #3F75B7: hue angle of 213º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F75B7 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB63117183-
CMYK0.660.3600.28
HSL213º48.78%48.24%-
HSV(B)213º65.57%71.76%-
XYZ16.9617.247.23-
YUV108.38170.1195.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=17.36%
G=32.23%
B=50.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal631171830.660.3600.2821348.7848.24
Hex3F75B7422401Cd53130
Octal77165267102440343256160
Binary111111111010110110111100001010010001110011010101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F75B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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