#354D65

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

Shades of Cello #354D65

Tints of Cello #354D65

Color information

#354D65 (or 0x354D65) is unknown color: approx Cello. HEX triplet: 35, 4D and 65. RGB value is (53,77,101). Sum of RGB (Red+Green+Blue) = 53+77+101=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #354D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D65 is #CAB29A. Grayscale: #484848. Windows color (decimal): -13283995 or 6638901. OLE color: 6638901.

HSL color Cylindrical-coordinate representation of color #354D65: hue angle of 210º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354D65 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5377101-
CMYK0.480.2400.60
HSL210º31.17%30.2%-
HSV(B)210º47.52%39.61%-
XYZ6.47713.32-
YUV72.56144.05114.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=22.94%
G=33.33%
B=43.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53771010.480.2400.6021031.1730.2
Hex354D65301803Cd21f1e
Octal6511514560300743223736
Binary11010110011011100101110000110000111100110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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