#366781

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

Shades of Astral #366781

Tints of Astral #366781

Color information

#366781 (or 0x366781) is unknown color: approx Astral. HEX triplet: 36, 67 and 81. RGB value is (54,103,129). Sum of RGB (Red+Green+Blue) = 54+103+129=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #366781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366781 is #C9987E. Grayscale: #5B5B5B. Windows color (decimal): -13211775 or 8480566. OLE color: 8480566.

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

Color convert

RGB54103129-
CMYK0.580.2000.49
HSL200.8º40.98%35.88%-
HSV(B)200.8º58.14%50.59%-
XYZ10.3312.0722.55-
YUV91.31149.27101.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=18.88%
G=36.01%
B=45.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541031290.580.2000.49200.840.9835.88
Hex3667813A14031c92924
Octal6614720172240613115144
Binary11011011001111000000111101010100011000111001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366781; }

 p { color: rgb(54,103,129); }

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

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

 a { background-color: rgb(54,103,129); }

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

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

 span { border-color: rgb(54,103,129); }

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