#3C445C

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

Shades of Blue Zodiac #3C445C

Tints of Blue Zodiac #3C445C

Color information

#3C445C (or 0x3C445C) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 44 and 5C. RGB value is (60,68,92). Sum of RGB (Red+Green+Blue) = 60+68+92=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C445C is #C3BBA3. Grayscale: #444444. Windows color (decimal): -12827556 or 6046780. OLE color: 6046780.

HSL color Cylindrical-coordinate representation of color #3C445C: hue angle of 225º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C445C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB606892-
CMYK0.350.2600.64
HSL225º21.05%29.8%-
HSV(B)225º34.78%36.08%-
XYZ5.865.8710.95-
YUV68.34141.35122.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=27.27%
G=30.91%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6068920.350.2600.6422521.0529.8
Hex3C445C231A040e1151e
Octal74104134433201003412536
Binary111100100010010111001000111101001000000111000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,92); }

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

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

 a { background-color: rgb(60,68,92); }

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

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

 span { border-color: rgb(60,68,92); }

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