#354965

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

Shades of Cello #354965

Tints of Cello #354965

Color information

#354965 (or 0x354965) is unknown color: approx Cello. HEX triplet: 35, 49 and 65. RGB value is (53,73,101). Sum of RGB (Red+Green+Blue) = 53+73+101=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #354965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354965 is #CAB69A. Grayscale: #464646. Windows color (decimal): -13285019 or 6637877. OLE color: 6637877.

HSL color Cylindrical-coordinate representation of color #354965: hue angle of 215º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354965 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5373101-
CMYK0.480.2800.60
HSL215º31.17%30.2%-
HSV(B)215º47.52%39.61%-
XYZ6.26.4613.23-
YUV70.21145.37115.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=23.35%
G=32.16%
B=44.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53731010.480.2800.6021531.1730.2
Hex354965301C03Cd71f1e
Octal6511114560340743273736
Binary11010110010011100101110000111000111100110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354965; }

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

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

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

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

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

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

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

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