#354E65

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

Shades of Cello #354E65

Tints of Cello #354E65

Color information

#354E65 (or 0x354E65) is unknown color: approx Cello. HEX triplet: 35, 4E and 65. RGB value is (53,78,101). Sum of RGB (Red+Green+Blue) = 53+78+101=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #354E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E65 is #CAB19A. Grayscale: #494949. Windows color (decimal): -13283739 or 6639157. OLE color: 6639157.

HSL color Cylindrical-coordinate representation of color #354E65: hue angle of 208.75º 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 #354E65 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5378101-
CMYK0.480.2300.60
HSL208.75º31.17%30.2%-
HSV(B)208.75º47.52%39.61%-
XYZ6.547.1513.35-
YUV73.15143.72113.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=22.84%
G=33.62%
B=43.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53781010.480.2300.60208.7531.1730.2
Hex354E65301703Cd11f1e
Octal6511614560270743213736
Binary11010110011101100101110000101110111100110100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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