#365260

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

Shades of Cello #365260

Tints of Cello #365260

Color information

#365260 (or 0x365260) is unknown color: approx Cello. HEX triplet: 36, 52 and 60. RGB value is (54,82,96). Sum of RGB (Red+Green+Blue) = 54+82+96=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #365260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365260 is #C9AD9F. Grayscale: #4B4B4B. Windows color (decimal): -13217184 or 6312502. OLE color: 6312502.

HSL color Cylindrical-coordinate representation of color #365260: hue angle of 200º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365260 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB548296-
CMYK0.440.1500.62
HSL200º28%29.41%-
HSV(B)200º43.75%37.65%-
XYZ6.657.6612.2-
YUV75.22139.72112.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=23.28%
G=35.34%
B=41.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5482960.440.1500.622002829.41
Hex3652602CF03Ec81c1d
Octal6612214054170763103435
Binary1101101010010110000010110011110111110110010001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365260; }

 p { color: rgb(54,82,96); }

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

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

 a { background-color: rgb(54,82,96); }

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

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

 span { border-color: rgb(54,82,96); }

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