#434550

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

Shades of Blue Zodiac #434550

Tints of Blue Zodiac #434550

Color information

#434550 (or 0x434550) is unknown color: approx Blue Zodiac. HEX triplet: 43, 45 and 50. RGB value is (67,69,80). Sum of RGB (Red+Green+Blue) = 67+69+80=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #434550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434550 is #BCBAAF. Grayscale: #454545. Windows color (decimal): -12368560 or 5260611. OLE color: 5260611.

HSL color Cylindrical-coordinate representation of color #434550: hue angle of 230.77º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434550 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB676980-
CMYK0.160.1400.69
HSL230.77º8.84%28.82%-
HSV(B)230.77º16.25%31.37%-
XYZ5.896.038.44-
YUV69.66133.84126.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=31.02%
G=31.94%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6769800.160.1400.69230.778.8428.82
Hex43455010E045e791d
Octal103105120201601053471135
Binary1000011100010110100001000011100100010111100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434550; }

 p { color: rgb(67,69,80); }

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

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

 a { background-color: rgb(67,69,80); }

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

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

 span { border-color: rgb(67,69,80); }

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