#354969

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

Shades of Cello #354969

Tints of Cello #354969

Color information

#354969 (or 0x354969) is unknown color: approx Cello. HEX triplet: 35, 49 and 69. RGB value is (53,73,105). Sum of RGB (Red+Green+Blue) = 53+73+105=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #354969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354969 is #CAB696. Grayscale: #464646. Windows color (decimal): -13285015 or 6900021. OLE color: 6900021.

HSL color Cylindrical-coordinate representation of color #354969: hue angle of 216.92º 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 #354969 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5373105-
CMYK0.500.3000.59
HSL216.92º32.91%30.98%-
HSV(B)216.92º49.52%41.18%-
XYZ6.46.5414.29-
YUV70.67147.37115.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=22.94%
G=31.60%
B=45.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53731050.500.3000.59216.9232.9130.98
Hex354969321E03Bd9211f
Octal6511115162360733314137
Binary110101100100111010011100101111001110111101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354969; }

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

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

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

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

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

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

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

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