#354E69

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

Shades of Cello #354E69

Tints of Cello #354E69

Color information

#354E69 (or 0x354E69) is unknown color: approx Cello. HEX triplet: 35, 4E and 69. RGB value is (53,78,105). Sum of RGB (Red+Green+Blue) = 53+78+105=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #354E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E69 is #CAB196. Grayscale: #494949. Windows color (decimal): -13283735 or 6901301. OLE color: 6901301.

HSL color Cylindrical-coordinate representation of color #354E69: hue angle of 211.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354E69 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5378105-
CMYK0.500.2600.59
HSL211.15º32.91%30.98%-
HSV(B)211.15º49.52%41.18%-
XYZ6.747.2314.4-
YUV73.6145.72113.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=22.46%
G=33.05%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53781050.500.2600.59211.1532.9130.98
Hex354E69321A03Bd3211f
Octal6511615162320733234137
Binary110101100111011010011100101101001110111101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,105); }

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

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

 a { background-color: rgb(53,78,105); }

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

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

 span { border-color: rgb(53,78,105); }

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