#435061

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

Shades of Cello #435061

Tints of Cello #435061

Color information

#435061 (or 0x435061) is unknown color: approx Cello. HEX triplet: 43, 50 and 61. RGB value is (67,80,97). Sum of RGB (Red+Green+Blue) = 67+80+97=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #435061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435061 is #BCAF9E. Grayscale: #4D4D4D. Windows color (decimal): -12365727 or 6377539. OLE color: 6377539.

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

Color convert

RGB678097-
CMYK0.310.1800.62
HSL214º18.29%32.16%-
HSV(B)214º30.93%38.04%-
XYZ7.347.7912.43-
YUV78.05138.69120.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=27.46%
G=32.79%
B=39.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6780970.310.1800.6221418.2932.16
Hex4350611F1203Ed61220
Octal10312014137220763262240
Binary100001110100001100001111111001001111101101011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435061; }

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

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

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

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

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

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

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

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