#366C81

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

Shades of Astral #366C81

Tints of Astral #366C81

Color information

#366C81 (or 0x366C81) is unknown color: approx Astral. HEX triplet: 36, 6C and 81. RGB value is (54,108,129). Sum of RGB (Red+Green+Blue) = 54+108+129=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #366C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C81 is #C9937E. Grayscale: #5E5E5E. Windows color (decimal): -13210495 or 8481846. OLE color: 8481846.

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

Color convert

RGB54108129-
CMYK0.580.1600.49
HSL196.8º40.98%35.88%-
HSV(B)196.8º58.14%50.59%-
XYZ10.8513.0922.72-
YUV94.25147.6199.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=18.56%
G=37.11%
B=44.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541081290.580.1600.49196.840.9835.88
Hex366C813A10031c52924
Octal6615420172200613055144
Binary11011011011001000000111101010000011000111000101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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