#355069

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

Shades of Cello #355069

Tints of Cello #355069

Color information

#355069 (or 0x355069) is unknown color: approx Cello. HEX triplet: 35, 50 and 69. RGB value is (53,80,105). Sum of RGB (Red+Green+Blue) = 53+80+105=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #355069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355069 is #CAAF96. Grayscale: #4A4A4A. Windows color (decimal): -13283223 or 6901813. OLE color: 6901813.

HSL color Cylindrical-coordinate representation of color #355069: hue angle of 208.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355069 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5380105-
CMYK0.500.2400.59
HSL208.85º32.91%30.98%-
HSV(B)208.85º49.52%41.18%-
XYZ6.897.5114.45-
YUV74.78145.05112.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=22.27%
G=33.61%
B=44.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53801050.500.2400.59208.8532.9130.98
Hex355069321803Bd1211f
Octal6512015162300733214137
Binary110101101000011010011100101100001110111101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355069; }

 p { color: rgb(53,80,105); }

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

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

 a { background-color: rgb(53,80,105); }

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

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

 span { border-color: rgb(53,80,105); }

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