#354E61

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

Shades of Cello #354E61

Tints of Cello #354E61

Color information

#354E61 (or 0x354E61) is unknown color: approx Cello. HEX triplet: 35, 4E and 61. RGB value is (53,78,97). Sum of RGB (Red+Green+Blue) = 53+78+97=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #354E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E61 is #CAB19E. Grayscale: #484848. Windows color (decimal): -13283743 or 6377013. OLE color: 6377013.

HSL color Cylindrical-coordinate representation of color #354E61: hue angle of 205.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354E61 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB537897-
CMYK0.450.2000.62
HSL205.91º29.33%29.41%-
HSV(B)205.91º45.36%38.04%-
XYZ6.357.0712.34-
YUV72.69141.72113.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=23.25%
G=34.21%
B=42.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5378970.450.2000.62205.9129.3329.41
Hex354E612D1403Ece1d1d
Octal6511614155240763163535
Binary11010110011101100001101101101000111110110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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