#3B73B7

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

Shades of Steel Blue #3B73B7

Tints of Steel Blue #3B73B7

Color information

#3B73B7 (or 0x3B73B7) is unknown color: approx Steel Blue. HEX triplet: 3B, 73 and B7. RGB value is (59,115,183). Sum of RGB (Red+Green+Blue) = 59+115+183=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #3B73B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B73B7 is #C48C48. Grayscale: #696969. Windows color (decimal): -12880969 or 12022587. OLE color: 12022587.

HSL color Cylindrical-coordinate representation of color #3B73B7: hue angle of 212.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B73B7 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB59115183-
CMYK0.680.3700.28
HSL212.9º51.24%47.45%-
HSV(B)212.9º67.76%71.76%-
XYZ16.4816.6147.14-
YUV106.01171.4594.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 183 (71.88% from 255) = 51.26%
R=16.53%
G=32.21%
B=51.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal591151830.680.3700.28212.951.2447.45
Hex3B73B7442501Cd5332f
Octal73163267104450343256357
Binary111011111001110110111100010010010101110011010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B73B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,183); }

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

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

 a { background-color: rgb(59,115,183); }

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

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

 span { border-color: rgb(59,115,183); }

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