#354D5C

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

Shades of Cello #354D5C

Tints of Cello #354D5C

Color information

#354D5C (or 0x354D5C) is unknown color: approx Cello. HEX triplet: 35, 4D and 5C. RGB value is (53,77,92). Sum of RGB (Red+Green+Blue) = 53+77+92=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #354D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D5C is #CAB2A3. Grayscale: #474747. Windows color (decimal): -13284004 or 6049077. OLE color: 6049077.

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

Color convert

RGB537792-
CMYK0.420.1600.64
HSL203.08º26.9%28.43%-
HSV(B)203.08º42.39%36.08%-
XYZ6.056.8411.13-
YUV71.53139.55114.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=23.87%
G=34.68%
B=41.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5377920.420.1600.64203.0826.928.43
Hex354D5C2A10040cb1b1c
Octal65115134522001003133334
Binary110101100110110111001010101000001000000110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,92); }

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

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

 a { background-color: rgb(53,77,92); }

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

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

 span { border-color: rgb(53,77,92); }

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