#366C8E

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

Shades of Astral #366C8E

Tints of Astral #366C8E

Color information

#366C8E (or 0x366C8E) is unknown color: approx Astral. HEX triplet: 36, 6C and 8E. RGB value is (54,108,142). Sum of RGB (Red+Green+Blue) = 54+108+142=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #366C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C8E is #C99371. Grayscale: #5F5F5F. Windows color (decimal): -13210482 or 9333814. OLE color: 9333814.

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

Color convert

RGB54108142-
CMYK0.620.2400.44
HSL203.18º44.9%38.43%-
HSV(B)203.18º61.97%55.69%-
XYZ11.7713.4627.57-
YUV95.73154.1198.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=17.76%
G=35.53%
B=46.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541081420.620.2400.44203.1844.938.43
Hex366C8E3E1802Ccb2d26
Octal6615421676300543135546
Binary11011011011001000111011111011000010110011001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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