#36485A

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

Shades of Cello #36485A

Tints of Cello #36485A

Color information

#36485A (or 0x36485A) is unknown color: approx Cello. HEX triplet: 36, 48 and 5A. RGB value is (54,72,90). Sum of RGB (Red+Green+Blue) = 54+72+90=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #36485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36485A is #C9B7A5. Grayscale: #444444. Windows color (decimal): -13219750 or 5916726. OLE color: 5916726.

HSL color Cylindrical-coordinate representation of color #36485A: hue angle of 210º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36485A is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547290-
CMYK0.400.2000.65
HSL210º25%28.24%-
HSV(B)210º40%35.29%-
XYZ5.686.1610.56-
YUV68.67140.04117.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5472900.400.2000.652102528.24
Hex36485A2814041d2191c
Octal66110132502401013223134
Binary110110100100010110101010001010001000001110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36485A; }

 p { color: rgb(54,72,90); }

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

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

 a { background-color: rgb(54,72,90); }

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

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

 span { border-color: rgb(54,72,90); }

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