#366B8D

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

Shades of Astral #366B8D

Tints of Astral #366B8D

Color information

#366B8D (or 0x366B8D) is unknown color: approx Astral. HEX triplet: 36, 6B and 8D. RGB value is (54,107,141). Sum of RGB (Red+Green+Blue) = 54+107+141=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #366B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B8D is #C99472. Grayscale: #5E5E5E. Windows color (decimal): -13210739 or 9268022. OLE color: 9268022.

HSL color Cylindrical-coordinate representation of color #366B8D: hue angle of 203.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366B8D is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54107141-
CMYK0.620.2400.45
HSL203.45º44.62%38.24%-
HSV(B)203.45º61.7%55.29%-
XYZ11.5913.2227.14-
YUV95.03153.9498.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=17.88%
G=35.43%
B=46.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541071410.620.2400.45203.4544.6238.24
Hex366B8D3E1802Dcb2d26
Octal6615321576300553135546
Binary11011011010111000110111111011000010110111001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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