#3C76B6

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

Shades of Steel Blue #3C76B6

Tints of Steel Blue #3C76B6

Color information

#3C76B6 (or 0x3C76B6) is unknown color: approx Steel Blue. HEX triplet: 3C, 76 and B6. RGB value is (60,118,182). Sum of RGB (Red+Green+Blue) = 60+118+182=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C76B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C76B6 is #C38949. Grayscale: #6B6B6B. Windows color (decimal): -12814666 or 11957820. OLE color: 11957820.

HSL color Cylindrical-coordinate representation of color #3C76B6: hue angle of 211.48º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C76B6 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB60118182-
CMYK0.670.3500.29
HSL211.48º50.41%47.45%-
HSV(B)211.48º67.03%71.37%-
XYZ16.7917.2946.71-
YUV107.95169.7893.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.67%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=16.67%
G=32.78%
B=50.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601181820.670.3500.29211.4850.4147.45
Hex3C76B6432301Dd3322f
Octal74166266103430353236257
Binary111100111011010110110100001110001101110111010011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C76B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,182); }

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

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

 a { background-color: rgb(60,118,182); }

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

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

 span { border-color: rgb(60,118,182); }

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