#3C4352

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

Shades of Blue Zodiac #3C4352

Tints of Blue Zodiac #3C4352

Color information

#3C4352 (or 0x3C4352) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 43 and 52. RGB value is (60,67,82). Sum of RGB (Red+Green+Blue) = 60+67+82=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C4352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4352 is #C3BCAD. Grayscale: #424242. Windows color (decimal): -12827822 or 5391164. OLE color: 5391164.

HSL color Cylindrical-coordinate representation of color #3C4352: hue angle of 220.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C4352 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB606782-
CMYK0.270.1800.68
HSL220.91º15.49%27.84%-
HSV(B)220.91º26.83%32.16%-
XYZ5.395.588.78-
YUV66.62136.68123.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=28.71%
G=32.06%
B=39.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6067820.270.1800.68220.9115.4927.84
Hex3C43521B12044ddf1c
Octal74103122332201043351734
Binary1111001000011101001011011100100100010011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,82); }

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

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

 a { background-color: rgb(60,67,82); }

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

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

 span { border-color: rgb(60,67,82); }

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