#354F5D

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

Shades of Cello #354F5D

Tints of Cello #354F5D

Color information

#354F5D (or 0x354F5D) is unknown color: approx Cello. HEX triplet: 35, 4F and 5D. RGB value is (53,79,93). Sum of RGB (Red+Green+Blue) = 53+79+93=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #354F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F5D is #CAB0A2. Grayscale: #484848. Windows color (decimal): -13283491 or 6115125. OLE color: 6115125.

HSL color Cylindrical-coordinate representation of color #354F5D: hue angle of 201º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #354F5D is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB537993-
CMYK0.430.1500.64
HSL201º27.4%28.63%-
HSV(B)201º43.01%36.47%-
XYZ6.247.1411.41-
YUV72.82139.39113.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=23.56%
G=35.11%
B=41.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5379930.430.1500.6420127.428.63
Hex354F5D2BF040c91b1d
Octal65117135531701003113335
Binary11010110011111011101101011111101000000110010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354F5D; }

 p { color: rgb(53,79,93); }

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

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

 a { background-color: rgb(53,79,93); }

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

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

 span { border-color: rgb(53,79,93); }

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