#3C7BAE

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

Shades of Steel Blue #3C7BAE

Tints of Steel Blue #3C7BAE

Color information

#3C7BAE (or 0x3C7BAE) is unknown color: approx Steel Blue. HEX triplet: 3C, 7B and AE. RGB value is (60,123,174). Sum of RGB (Red+Green+Blue) = 60+123+174=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAE is #C38451. Grayscale: #6D6D6D. Windows color (decimal): -12813394 or 11434812. OLE color: 11434812.

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

Color convert

RGB60123174-
CMYK0.660.2900.32
HSL206.84º48.72%45.88%-
HSV(B)206.84º65.52%68.24%-
XYZ16.5918.1842.68-
YUV109.98164.1392.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.81%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=16.81%
G=34.45%
B=48.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601231740.660.2900.32206.8448.7245.88
Hex3C7BAE421D020cf312e
Octal74173256102350403176156
Binary111100111101110101110100001011101010000011001111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,123,174); }

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

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

 a { background-color: rgb(60,123,174); }

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

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

 span { border-color: rgb(60,123,174); }

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