#366D8A

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

Shades of Astral #366D8A

Tints of Astral #366D8A

Color information

#366D8A (or 0x366D8A) is unknown color: approx Astral. HEX triplet: 36, 6D and 8A. RGB value is (54,109,138). Sum of RGB (Red+Green+Blue) = 54+109+138=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #366D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D8A is #C99275. Grayscale: #5F5F5F. Windows color (decimal): -13210230 or 9071926. OLE color: 9071926.

HSL color Cylindrical-coordinate representation of color #366D8A: hue angle of 200.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #366D8A is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54109138-
CMYK0.610.2100.46
HSL200.71º43.75%37.65%-
HSV(B)200.71º60.87%54.12%-
XYZ11.5813.5626.05-
YUV95.86151.7898.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=17.94%
G=36.21%
B=45.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541091380.610.2100.46200.7143.7537.65
Hex366D8A3D1502Ec92c26
Octal6615521275250563115446
Binary11011011011011000101011110110101010111011001001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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