#366D7F

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

Shades of Astral #366D7F

Tints of Astral #366D7F

Color information

#366D7F (or 0x366D7F) is unknown color: approx Astral. HEX triplet: 36, 6D and 7F. RGB value is (54,109,127). Sum of RGB (Red+Green+Blue) = 54+109+127=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #366D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D7F is #C99280. Grayscale: #5E5E5E. Windows color (decimal): -13210241 or 8351030. OLE color: 8351030.

HSL color Cylindrical-coordinate representation of color #366D7F: hue angle of 194.79º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #366D7F is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54109127-
CMYK0.570.1400.50
HSL194.79º40.33%35.49%-
HSV(B)194.79º57.48%49.8%-
XYZ10.8213.2522.07-
YUV94.61146.2899.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 127 (50% from 255) = 43.79%
R=18.62%
G=37.59%
B=43.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541091270.570.1400.50194.7940.3335.49
Hex366D7F39E032c32823
Octal6615517771160623035043
Binary110110110110111111111110011110011001011000011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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