#366B81

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

Shades of Astral #366B81

Tints of Astral #366B81

Color information

#366B81 (or 0x366B81) is unknown color: approx Astral. HEX triplet: 36, 6B and 81. RGB value is (54,107,129). Sum of RGB (Red+Green+Blue) = 54+107+129=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #366B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B81 is #C9947E. Grayscale: #5D5D5D. Windows color (decimal): -13210751 or 8481590. OLE color: 8481590.

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

Color convert

RGB54107129-
CMYK0.580.1700.49
HSL197.6º40.98%35.88%-
HSV(B)197.6º58.14%50.59%-
XYZ10.7412.8822.69-
YUV93.66147.9499.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=18.62%
G=36.90%
B=44.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541071290.580.1700.49197.640.9835.88
Hex366B813A11031c62924
Octal6615320172210613065144
Binary11011011010111000000111101010001011000111000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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