#3C445A

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

Shades of Blue Zodiac #3C445A

Tints of Blue Zodiac #3C445A

Color information

#3C445A (or 0x3C445A) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 44 and 5A. RGB value is (60,68,90). Sum of RGB (Red+Green+Blue) = 60+68+90=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C445A is #C3BBA5. Grayscale: #444444. Windows color (decimal): -12827558 or 5915708. OLE color: 5915708.

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

Color convert

RGB606890-
CMYK0.330.2400.65
HSL224º20%29.41%-
HSV(B)224º33.33%35.29%-
XYZ5.785.8310.49-
YUV68.12140.35122.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=27.52%
G=31.19%
B=41.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6068900.330.2400.652242029.41
Hex3C445A2118041e0141d
Octal74104132413001013402435
Binary111100100010010110101000011100001000001111000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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