#365264

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

Shades of Cello #365264

Tints of Cello #365264

Color information

#365264 (or 0x365264) is unknown color: approx Cello. HEX triplet: 36, 52 and 64. RGB value is (54,82,100). Sum of RGB (Red+Green+Blue) = 54+82+100=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #365264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365264 is #C9AD9B. Grayscale: #4B4B4B. Windows color (decimal): -13217180 or 6574646. OLE color: 6574646.

HSL color Cylindrical-coordinate representation of color #365264: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #365264 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5482100-
CMYK0.460.1800.61
HSL203.48º29.87%30.2%-
HSV(B)203.48º46%39.22%-
XYZ6.847.7413.19-
YUV75.68141.72112.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 100 (39.45% from 255) = 42.37%
R=22.88%
G=34.75%
B=42.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54821000.460.1800.61203.4829.8730.2
Hex3652642E1203Dcb1e1e
Octal6612214456220753133636
Binary11011010100101100100101110100100111101110010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365264; }

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

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

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

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

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

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

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

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