#354F6A

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

Shades of Cello #354F6A

Tints of Cello #354F6A

Color information

#354F6A (or 0x354F6A) is unknown color: approx Cello. HEX triplet: 35, 4F and 6A. RGB value is (53,79,106). Sum of RGB (Red+Green+Blue) = 53+79+106=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #354F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F6A is #CAB095. Grayscale: #4A4A4A. Windows color (decimal): -13283478 or 6967093. OLE color: 6967093.

HSL color Cylindrical-coordinate representation of color #354F6A: hue angle of 210.57º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354F6A is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5379106-
CMYK0.50.2500.58
HSL210.57º33.33%31.18%-
HSV(B)210.57º50%41.57%-
XYZ6.877.3914.7-
YUV74.3145.89112.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=22.27%
G=33.19%
B=44.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53791060.50.2500.58210.5733.3331.18
Hex354F6A321903Ad3211f
Octal6511715262310723234137
Binary110101100111111010101100101100101110101101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,106); }

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

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

 a { background-color: rgb(53,79,106); }

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

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

 span { border-color: rgb(53,79,106); }

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