#435062

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

Shades of Cello #435062

Tints of Cello #435062

Color information

#435062 (or 0x435062) is unknown color: approx Cello. HEX triplet: 43, 50 and 62. RGB value is (67,80,98). Sum of RGB (Red+Green+Blue) = 67+80+98=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #435062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435062 is #BCAF9D. Grayscale: #4E4E4E. Windows color (decimal): -12365726 or 6443075. OLE color: 6443075.

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

Color convert

RGB678098-
CMYK0.320.1800.62
HSL214.84º18.79%32.35%-
HSV(B)214.84º31.63%38.43%-
XYZ7.397.8112.67-
YUV78.16139.19120.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 98 (38.67% from 255) = 40%
R=27.35%
G=32.65%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6780980.320.1800.62214.8418.7932.35
Hex435062201203Ed71320
Octal10312014240220763272340
Binary1000011101000011000101000001001001111101101011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435062; }

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

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

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

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

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

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

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

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