#366B80

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

Shades of Astral #366B80

Tints of Astral #366B80

Color information

#366B80 (or 0x366B80) is unknown color: approx Astral. HEX triplet: 36, 6B and 80. RGB value is (54,107,128). Sum of RGB (Red+Green+Blue) = 54+107+128=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #366B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B80 is #C9947F. Grayscale: #5D5D5D. Windows color (decimal): -13210752 or 8416054. OLE color: 8416054.

HSL color Cylindrical-coordinate representation of color #366B80: hue angle of 197.03º 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 #366B80 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54107128-
CMYK0.580.1600.50
HSL197.03º40.66%35.69%-
HSV(B)197.03º57.81%50.2%-
XYZ10.6812.8622.34-
YUV93.55147.4499.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=18.69%
G=37.02%
B=44.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541071280.580.1600.50197.0340.6635.69
Hex366B803A10032c52924
Octal6615320072200623055144
Binary11011011010111000000011101010000011001011000101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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