#355469

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

Shades of Cello #355469

Tints of Cello #355469

Color information

#355469 (or 0x355469) is unknown color: approx Cello. HEX triplet: 35, 54 and 69. RGB value is (53,84,105). Sum of RGB (Red+Green+Blue) = 53+84+105=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #355469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355469 is #CAAB96. Grayscale: #4D4D4D. Windows color (decimal): -13282199 or 6902837. OLE color: 6902837.

HSL color Cylindrical-coordinate representation of color #355469: hue angle of 204.23º 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 #355469 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5384105-
CMYK0.500.2000.59
HSL204.23º32.91%30.98%-
HSV(B)204.23º49.52%41.18%-
XYZ7.198.1214.55-
YUV77.12143.73110.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=21.90%
G=34.71%
B=43.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53841050.500.2000.59204.2332.9130.98
Hex355469321403Bcc211f
Octal6512415162240733144137
Binary110101101010011010011100101010001110111100110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355469; }

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

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

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

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

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

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

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

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