#366680

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

Shades of Astral #366680

Tints of Astral #366680

Color information

#366680 (or 0x366680) is unknown color: approx Astral. HEX triplet: 36, 66 and 80. RGB value is (54,102,128). Sum of RGB (Red+Green+Blue) = 54+102+128=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #366680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366680 is #C9997F. Grayscale: #5A5A5A. Windows color (decimal): -13212032 or 8414774. OLE color: 8414774.

HSL color Cylindrical-coordinate representation of color #366680: hue angle of 201.08º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366680 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54102128-
CMYK0.580.2000.50
HSL201.08º40.66%35.69%-
HSV(B)201.08º57.81%50.2%-
XYZ10.1711.8522.17-
YUV90.61149.1101.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=19.01%
G=35.92%
B=45.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541021280.580.2000.50201.0840.6635.69
Hex3666803A14032c92924
Octal6614620072240623115144
Binary11011011001101000000011101010100011001011001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366680; }

 p { color: rgb(54,102,128); }

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

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

 a { background-color: rgb(54,102,128); }

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

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

 span { border-color: rgb(54,102,128); }

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