#3C77B6

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

Shades of Steel Blue #3C77B6

Tints of Steel Blue #3C77B6

Color information

#3C77B6 (or 0x3C77B6) is unknown color: approx Steel Blue. HEX triplet: 3C, 77 and B6. RGB value is (60,119,182). Sum of RGB (Red+Green+Blue) = 60+119+182=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C77B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77B6 is #C38849. Grayscale: #6C6C6C. Windows color (decimal): -12814410 or 11958076. OLE color: 11958076.

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

Color convert

RGB60119182-
CMYK0.670.3500.29
HSL210.98º50.41%47.45%-
HSV(B)210.98º67.03%71.37%-
XYZ16.917.5346.75-
YUV108.54169.4593.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.62%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=16.62%
G=32.96%
B=50.42%

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
Decimal601191820.670.3500.29210.9850.4147.45
Hex3C77B6432301Dd3322f
Octal74167266103430353236257
Binary111100111011110110110100001110001101110111010011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C77B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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