#3B76AD

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

Shades of Steel Blue #3B76AD

Tints of Steel Blue #3B76AD

Color information

#3B76AD (or 0x3B76AD) is unknown color: approx Steel Blue. HEX triplet: 3B, 76 and AD. RGB value is (59,118,173). Sum of RGB (Red+Green+Blue) = 59+118+173=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B76AD is #C48952. Grayscale: #6A6A6A. Windows color (decimal): -12880211 or 11367995. OLE color: 11367995.

HSL color Cylindrical-coordinate representation of color #3B76AD: hue angle of 208.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B76AD is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB59118173-
CMYK0.660.3200.32
HSL208.95º49.14%45.49%-
HSV(B)208.95º65.9%67.84%-
XYZ15.8216.941.96-
YUV106.63165.4594.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.86%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=16.86%
G=33.71%
B=49.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591181730.660.3200.32208.9549.1445.49
Hex3B76AD4220020d1312d
Octal73166255102400403216155
Binary1110111110110101011011000010100000010000011010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,173); }

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

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

 a { background-color: rgb(59,118,173); }

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

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

 span { border-color: rgb(59,118,173); }

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