#3C4153

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

Shades of Blue Zodiac #3C4153

Tints of Blue Zodiac #3C4153

Color information

#3C4153 (or 0x3C4153) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 41 and 53. RGB value is (60,65,83). Sum of RGB (Red+Green+Blue) = 60+65+83=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4153 is #C3BEAC. Grayscale: #414141. Windows color (decimal): -12828333 or 5456188. OLE color: 5456188.

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

Color convert

RGB606583-
CMYK0.280.2200.67
HSL226.96º16.08%28.04%-
HSV(B)226.96º27.71%32.55%-
XYZ5.325.378.94-
YUV65.56137.84124.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=28.85%
G=31.25%
B=39.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6065830.280.2200.67226.9616.0828.04
Hex3C41531C16043e3101c
Octal74101123342601033432034
Binary11110010000011010011111001011001000011111000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,83); }

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

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

 a { background-color: rgb(60,65,83); }

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

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

 span { border-color: rgb(60,65,83); }

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