#354861

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

Shades of Cello #354861

Tints of Cello #354861

Color information

#354861 (or 0x354861) is unknown color: approx Cello. HEX triplet: 35, 48 and 61. RGB value is (53,72,97). Sum of RGB (Red+Green+Blue) = 53+72+97=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #354861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354861 is #CAB79E. Grayscale: #454545. Windows color (decimal): -13285279 or 6375477. OLE color: 6375477.

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

Color convert

RGB537297-
CMYK0.450.2600.62
HSL214.09º29.33%29.41%-
HSV(B)214.09º45.36%38.04%-
XYZ5.946.2512.2-
YUV69.17143.71116.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=23.87%
G=32.43%
B=43.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5372970.450.2600.62214.0929.3329.41
Hex3548612D1A03Ed61d1d
Octal6511014155320763263535
Binary11010110010001100001101101110100111110110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354861; }

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

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

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

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

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

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

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

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