#366D80

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

Shades of Astral #366D80

Tints of Astral #366D80

Color information

#366D80 (or 0x366D80) is unknown color: approx Astral. HEX triplet: 36, 6D and 80. RGB value is (54,109,128). Sum of RGB (Red+Green+Blue) = 54+109+128=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #366D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D80 is #C9927F. Grayscale: #5E5E5E. Windows color (decimal): -13210240 or 8416566. OLE color: 8416566.

HSL color Cylindrical-coordinate representation of color #366D80: hue angle of 195.41º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366D80 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54109128-
CMYK0.580.1500.50
HSL195.41º40.66%35.69%-
HSV(B)195.41º57.81%50.2%-
XYZ10.8913.2822.41-
YUV94.72146.7898.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=18.56%
G=37.46%
B=43.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541091280.580.1500.50195.4140.6635.69
Hex366D803AF032c32924
Octal6615520072170623035144
Binary1101101101101100000001110101111011001011000011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366D80; }

 p { color: rgb(54,109,128); }

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

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

 a { background-color: rgb(54,109,128); }

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

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

 span { border-color: rgb(54,109,128); }

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