#3C4054

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

Shades of Blue Zodiac #3C4054

Tints of Blue Zodiac #3C4054

Color information

#3C4054 (or 0x3C4054) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 40 and 54. RGB value is (60,64,84). Sum of RGB (Red+Green+Blue) = 60+64+84=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4054 is #C3BFAB. Grayscale: #414141. Windows color (decimal): -12828588 or 5521468. OLE color: 5521468.

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

Color convert

RGB606484-
CMYK0.290.2400.67
HSL230º16.67%28.24%-
HSV(B)230º28.57%32.94%-
XYZ5.35.279.13-
YUV65.08138.67124.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=28.85%
G=30.77%
B=40.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6064840.290.2400.6723016.6728.24
Hex3C40541D18043e6111c
Octal74100124353001033462134
Binary11110010000001010100111011100001000011111001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,84); }

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

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

 a { background-color: rgb(60,64,84); }

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

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

 span { border-color: rgb(60,64,84); }

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