#434B5D

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

Shades of Blue Zodiac #434B5D

Tints of Blue Zodiac #434B5D

Color information

#434B5D (or 0x434B5D) is unknown color: approx Blue Zodiac. HEX triplet: 43, 4B and 5D. RGB value is (67,75,93). Sum of RGB (Red+Green+Blue) = 67+75+93=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #434B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B5D is #BCB4A2. Grayscale: #4A4A4A. Windows color (decimal): -12367011 or 6114115. OLE color: 6114115.

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

Color convert

RGB677593-
CMYK0.280.1900.64
HSL221.54º16.25%31.37%-
HSV(B)221.54º27.96%36.47%-
XYZ6.817.0211.35-
YUV74.66138.35122.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=28.51%
G=31.91%
B=39.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6775930.280.1900.64221.5416.2531.37
Hex434B5D1C13040de101f
Octal103113135342301003362037
Binary100001110010111011101111001001101000000110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,75,93); }

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

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

 a { background-color: rgb(67,75,93); }

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

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

 span { border-color: rgb(67,75,93); }

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