#366C7F

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

Shades of Astral #366C7F

Tints of Astral #366C7F

Color information

#366C7F (or 0x366C7F) is unknown color: approx Astral. HEX triplet: 36, 6C and 7F. RGB value is (54,108,127). Sum of RGB (Red+Green+Blue) = 54+108+127=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #366C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C7F is #C99380. Grayscale: #5D5D5D. Windows color (decimal): -13210497 or 8350774. OLE color: 8350774.

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

Color convert

RGB54108127-
CMYK0.570.1500.50
HSL195.62º40.33%35.49%-
HSV(B)195.62º57.48%49.8%-
XYZ10.7113.0422.03-
YUV94.02146.6199.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 127 (50% from 255) = 43.94%
R=18.69%
G=37.37%
B=43.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541081270.570.1500.50195.6240.3335.49
Hex366C7F39F032c42823
Octal6615417771170623045043
Binary110110110110011111111110011111011001011000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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