#366E82

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

Shades of Astral #366E82

Tints of Astral #366E82

Color information

#366E82 (or 0x366E82) is unknown color: approx Astral. HEX triplet: 36, 6E and 82. RGB value is (54,110,130). Sum of RGB (Red+Green+Blue) = 54+110+130=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #366E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366E82 is #C9917D. Grayscale: #5F5F5F. Windows color (decimal): -13209982 or 8547894. OLE color: 8547894.

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

Color convert

RGB54110130-
CMYK0.580.1500.49
HSL195.79º41.3%36.08%-
HSV(B)195.79º58.46%50.98%-
XYZ11.1313.5523.15-
YUV95.54147.4598.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=18.37%
G=37.41%
B=44.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541101300.580.1500.49195.7941.336.08
Hex366E823AF031c42924
Octal6615620272170613045144
Binary1101101101110100000101110101111011000111000100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,110,130); }

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

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

 a { background-color: rgb(54,110,130); }

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

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

 span { border-color: rgb(54,110,130); }

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