Html Css Color HEX #434A59 Blue Zodiac

📋 copy color: '#434A59'

red 67 ◦ green 74 ◦ blue 89

#434A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #434A59

Tints of Blue Zodiac #434A59

RGB

 RED value IS 67 (26.56% from 255) = 29.13%

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 89 (35.16% from 255) = 38.7%

R = 29.13%
G = 32.17%
B = 38.7%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#434A59 (or 0x434A59) is known color: 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

RGB 67 74 89 -
CMYK 0.25 0.17 0 0.65
HSL 220.91º 0.14% 0.31% -
HSV(B) 220.91º 0.25% 0.35% -
XYZ 6.57 6.81 10.42 -
YUV 73.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 67 74 89 0.25 0.17 0 0.65 220.91 0.14 0.31
Hex 43 4A 59 19 11 0 41 DD E 1F
Octal 103 112 131 31 21 0 101 335 16 37
Binary 1000011 1001010 1011001 11001 10001 0 1000001 11011101 1110 11111

Color Harmonies of #434A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A59

Black with #434A59

Text Example


Text Example

White with #434A59

Text Example


Text Example

HTML Codes & Css Web 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>