#354961

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

Shades of Cello #354961

Tints of Cello #354961

Color information

#354961 (or 0x354961) is unknown color: approx Cello. HEX triplet: 35, 49 and 61. RGB value is (53,73,97). Sum of RGB (Red+Green+Blue) = 53+73+97=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #354961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354961 is #CAB69E. Grayscale: #454545. Windows color (decimal): -13285023 or 6375733. OLE color: 6375733.

HSL color Cylindrical-coordinate representation of color #354961: hue angle of 212.73º 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 #354961 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB537397-
CMYK0.450.2500.62
HSL212.73º29.33%29.41%-
HSV(B)212.73º45.36%38.04%-
XYZ6.016.3912.23-
YUV69.76143.37116.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=23.77%
G=32.74%
B=43.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5373970.450.2500.62212.7329.3329.41
Hex3549612D1903Ed51d1d
Octal6511114155310763253535
Binary11010110010011100001101101110010111110110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354961; }

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

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

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

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

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

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

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

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