#354966

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

Shades of Cello #354966

Tints of Cello #354966

Color information

#354966 (or 0x354966) is unknown color: approx Cello. HEX triplet: 35, 49 and 66. RGB value is (53,73,102). Sum of RGB (Red+Green+Blue) = 53+73+102=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #354966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354966 is #CAB699. Grayscale: #464646. Windows color (decimal): -13285018 or 6703413. OLE color: 6703413.

HSL color Cylindrical-coordinate representation of color #354966: hue angle of 215.51º degrees, saturation: 0.32, 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 #354966 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5373102-
CMYK0.480.2800.6
HSL215.51º31.61%30.39%-
HSV(B)215.51º48.04%40%-
XYZ6.256.4813.49-
YUV70.33145.87115.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=23.25%
G=32.02%
B=44.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53731020.480.2800.6215.5131.6130.39
Hex354966301C03Cd8201e
Octal6511114660340743304036
Binary110101100100111001101100001110001111001101100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354966; }

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

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

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

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

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

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

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

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