#3A4459

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

Shades of Blue Zodiac #3A4459

Tints of Blue Zodiac #3A4459

Color information

#3A4459 (or 0x3A4459) is unknown color: approx Blue Zodiac. HEX triplet: 3A, 44 and 59. RGB value is (58,68,89). Sum of RGB (Red+Green+Blue) = 58+68+89=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A4459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4459 is #C5BBA6. Grayscale: #434343. Windows color (decimal): -12958631 or 5850170. OLE color: 5850170.

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

Color convert

RGB586889-
CMYK0.350.2400.65
HSL220.65º21.09%28.82%-
HSV(B)220.65º34.83%34.9%-
XYZ5.625.7610.27-
YUV67.4140.19121.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=26.98%
G=31.63%
B=41.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5868890.350.2400.65220.6521.0928.82
Hex3A44592318041dd151d
Octal72104131433001013352535
Binary111010100010010110011000111100001000001110111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,89); }

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

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

 a { background-color: rgb(58,68,89); }

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

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

 span { border-color: rgb(58,68,89); }

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