#434A59

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

Shades of Blue Zodiac #434A59

Tints of Blue Zodiac #434A59

Color information

#434A59 (or 0x434A59) is unknown color: approx Blue Zodiac. HEX triplet: 43, 4A and 59. RGB value is (67,74,89). Sum of RGB (Red+Green+Blue) = 67+74+89=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #434A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A59 is #BCB5A6. Grayscale: #494949. Windows color (decimal): -12367271 or 5851715. OLE color: 5851715.

HSL color Cylindrical-coordinate representation of color #434A59: hue angle of 220.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #434A59 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB677489-
CMYK0.250.1700.65
HSL220.91º14.1%30.59%-
HSV(B)220.91º24.72%34.9%-
XYZ6.576.8110.42-
YUV73.62136.68123.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=29.13%
G=32.17%
B=38.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6774890.250.1700.65220.9114.130.59
Hex434A591911041dde1f
Octal103112131312101013351637
Binary10000111001010101100111001100010100000111011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434A59; }

 p { color: rgb(67,74,89); }

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

<style>
 a { background-color: #434A59; }

 a { background-color: rgb(67,74,89); }

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

<style>
 span { border-color: #434A59; }

 span { border-color: rgb(67,74,89); }

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