#434A5B

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

Shades of Blue Zodiac #434A5B

Tints of Blue Zodiac #434A5B

Color information

#434A5B (or 0x434A5B) is unknown color: approx Blue Zodiac. HEX triplet: 43, 4A and 5B. RGB value is (67,74,91). Sum of RGB (Red+Green+Blue) = 67+74+91=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #434A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A5B is #BCB5A4. Grayscale: #494949. Windows color (decimal): -12367269 or 5982787. OLE color: 5982787.

HSL color Cylindrical-coordinate representation of color #434A5B: hue angle of 222.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434A5B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB677491-
CMYK0.260.1900.64
HSL222.5º15.19%30.98%-
HSV(B)222.5º26.37%35.69%-
XYZ6.656.8510.87-
YUV73.84137.68123.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=28.88%
G=31.90%
B=39.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6774910.260.1900.64222.515.1930.98
Hex434A5B1A13040def1f
Octal103112133322301003361737
Binary10000111001010101101111010100110100000011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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