#354A5A

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

Shades of Cello #354A5A

Tints of Cello #354A5A

Color information

#354A5A (or 0x354A5A) is unknown color: approx Cello. HEX triplet: 35, 4A and 5A. RGB value is (53,74,90). Sum of RGB (Red+Green+Blue) = 53+74+90=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #354A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A5A is #CAB5A5. Grayscale: #454545. Windows color (decimal): -13284774 or 5917237. OLE color: 5917237.

HSL color Cylindrical-coordinate representation of color #354A5A: hue angle of 205.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #354A5A is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537490-
CMYK0.410.1800.65
HSL205.95º25.87%28.04%-
HSV(B)205.95º41.11%35.29%-
XYZ5.766.3910.6-
YUV69.54139.54116.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=24.42%
G=34.10%
B=41.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5374900.410.1800.65205.9525.8728.04
Hex354A5A2912041ce1a1c
Octal65112132512201013163234
Binary110101100101010110101010011001001000001110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,90); }

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

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

 a { background-color: rgb(53,74,90); }

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

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

 span { border-color: rgb(53,74,90); }

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