#434B60

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

Shades of Blue Zodiac #434B60

Tints of Blue Zodiac #434B60

Color information

#434B60 (or 0x434B60) is unknown color: approx Blue Zodiac. HEX triplet: 43, 4B and 60. RGB value is (67,75,96). Sum of RGB (Red+Green+Blue) = 67+75+96=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #434B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B60 is #BCB49F. Grayscale: #4A4A4A. Windows color (decimal): -12367008 or 6310723. OLE color: 6310723.

HSL color Cylindrical-coordinate representation of color #434B60: hue angle of 223.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434B60 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677596-
CMYK0.300.2200.62
HSL223.45º17.79%31.96%-
HSV(B)223.45º30.21%37.65%-
XYZ6.947.0712.07-
YUV75139.85122.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=28.15%
G=31.51%
B=40.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6775960.300.2200.62223.4517.7931.96
Hex434B601E1603Edf1220
Octal10311314036260763372240
Binary100001110010111100000111101011001111101101111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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