#354B61

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

Shades of Cello #354B61

Tints of Cello #354B61

Color information

#354B61 (or 0x354B61) is unknown color: approx Cello. HEX triplet: 35, 4B and 61. RGB value is (53,75,97). Sum of RGB (Red+Green+Blue) = 53+75+97=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #354B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B61 is #CAB49E. Grayscale: #464646. Windows color (decimal): -13284511 or 6376245. OLE color: 6376245.

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

Color convert

RGB537597-
CMYK0.450.2300.62
HSL210º29.33%29.41%-
HSV(B)210º45.36%38.04%-
XYZ6.146.6512.27-
YUV70.93142.71115.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=23.56%
G=33.33%
B=43.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5375970.450.2300.6221029.3329.41
Hex354B612D1703Ed21d1d
Octal6511314155270763223535
Binary11010110010111100001101101101110111110110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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