#434858

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

Shades of Blue Zodiac #434858

Tints of Blue Zodiac #434858

Color information

#434858 (or 0x434858) is unknown color: approx Blue Zodiac. HEX triplet: 43, 48 and 58. RGB value is (67,72,88). Sum of RGB (Red+Green+Blue) = 67+72+88=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #434858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434858 is #BCB7A7. Grayscale: #484848. Windows color (decimal): -12367784 or 5785667. OLE color: 5785667.

HSL color Cylindrical-coordinate representation of color #434858: hue angle of 225.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #434858 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB677288-
CMYK0.240.1800.65
HSL225.71º13.55%30.39%-
HSV(B)225.71º23.86%34.51%-
XYZ6.396.5310.16-
YUV72.33136.84124.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=29.52%
G=31.72%
B=38.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6772880.240.1800.65225.7113.5530.39
Hex4348581812041e2e1e
Octal103110130302201013421636
Binary10000111001000101100011000100100100000111100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434858; }

 p { color: rgb(67,72,88); }

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

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

 a { background-color: rgb(67,72,88); }

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

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

 span { border-color: rgb(67,72,88); }

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