#354761

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

Shades of Cello #354761

Tints of Cello #354761

Color information

#354761 (or 0x354761) is unknown color: approx Cello. HEX triplet: 35, 47 and 61. RGB value is (53,71,97). Sum of RGB (Red+Green+Blue) = 53+71+97=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #354761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354761 is #CAB89E. Grayscale: #444444. Windows color (decimal): -13285535 or 6375221. OLE color: 6375221.

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

Color convert

RGB537197-
CMYK0.450.2700.62
HSL215.45º29.33%29.41%-
HSV(B)215.45º45.36%38.04%-
XYZ5.886.1312.18-
YUV68.58144.04116.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=23.98%
G=32.13%
B=43.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5371970.450.2700.62215.4529.3329.41
Hex3547612D1B03Ed71d1d
Octal6510714155330763273535
Binary11010110001111100001101101110110111110110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354761; }

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

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

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

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

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

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

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

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