#434754

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

Shades of Blue Zodiac #434754

Tints of Blue Zodiac #434754

Color information

#434754 (or 0x434754) is unknown color: approx Blue Zodiac. HEX triplet: 43, 47 and 54. RGB value is (67,71,84). Sum of RGB (Red+Green+Blue) = 67+71+84=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #434754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434754 is #BCB8AB. Grayscale: #474747. Windows color (decimal): -12368044 or 5523267. OLE color: 5523267.

HSL color Cylindrical-coordinate representation of color #434754: hue angle of 225.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434754 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB677184-
CMYK0.200.1500.67
HSL225.88º11.26%29.61%-
HSV(B)225.88º20.24%32.94%-
XYZ6.176.349.29-
YUV71.29135.17124.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=30.18%
G=31.98%
B=37.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6771840.200.1500.67225.8811.2629.61
Hex43475414F043e2b1e
Octal103107124241701033421336
Binary1000011100011110101001010011110100001111100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434754; }

 p { color: rgb(67,71,84); }

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

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

 a { background-color: rgb(67,71,84); }

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

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

 span { border-color: rgb(67,71,84); }

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