#435060

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

Shades of Cello #435060

Tints of Cello #435060

Color information

#435060 (or 0x435060) is unknown color: approx Cello. HEX triplet: 43, 50 and 60. RGB value is (67,80,96). Sum of RGB (Red+Green+Blue) = 67+80+96=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #435060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435060 is #BCAF9F. Grayscale: #4D4D4D. Windows color (decimal): -12365728 or 6312003. OLE color: 6312003.

HSL color Cylindrical-coordinate representation of color #435060: hue angle of 213.1º 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 #435060 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB678096-
CMYK0.300.1700.62
HSL213.1º17.79%31.96%-
HSV(B)213.1º30.21%37.65%-
XYZ7.297.7812.18-
YUV77.94138.19120.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.57%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=27.57%
G=32.92%
B=39.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6780960.300.1700.62213.117.7931.96
Hex4350601E1103Ed51220
Octal10312014036210763252240
Binary100001110100001100000111101000101111101101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435060; }

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

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

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

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

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

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

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

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