#434B5C

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

Shades of Blue Zodiac #434B5C

Tints of Blue Zodiac #434B5C

Color information

#434B5C (or 0x434B5C) is unknown color: approx Blue Zodiac. HEX triplet: 43, 4B and 5C. RGB value is (67,75,92). Sum of RGB (Red+Green+Blue) = 67+75+92=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #434B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B5C is #BCB4A3. Grayscale: #4A4A4A. Windows color (decimal): -12367012 or 6048579. OLE color: 6048579.

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

Color convert

RGB677592-
CMYK0.270.1800.64
HSL220.8º15.72%31.18%-
HSV(B)220.8º27.17%36.08%-
XYZ6.76711.12-
YUV74.55137.85122.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=28.63%
G=32.05%
B=39.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6775920.270.1800.64220.815.7231.18
Hex434B5C1B12040dd101f
Octal103113134332201003352037
Binary100001110010111011100110111001001000000110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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