#3C7BAB

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

Shades of Steel Blue #3C7BAB

Tints of Steel Blue #3C7BAB

Color information

#3C7BAB (or 0x3C7BAB) is unknown color: approx Steel Blue. HEX triplet: 3C, 7B and AB. RGB value is (60,123,171). Sum of RGB (Red+Green+Blue) = 60+123+171=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7BAB is #C38454. Grayscale: #6D6D6D. Windows color (decimal): -12813397 or 11238204. OLE color: 11238204.

HSL color Cylindrical-coordinate representation of color #3C7BAB: hue angle of 205.95º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C7BAB is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60123171-
CMYK0.650.2800.33
HSL205.95º48.05%45.29%-
HSV(B)205.95º64.91%67.06%-
XYZ16.318.0741.16-
YUV109.64162.6392.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.95%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=16.95%
G=34.75%
B=48.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601231710.650.2800.33205.9548.0545.29
Hex3C7BAB411C021ce302d
Octal74173253101340413166055
Binary111100111101110101011100000111100010000111001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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