#366790

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

Shades of Astral #366790

Tints of Astral #366790

Color information

#366790 (or 0x366790) is unknown color: approx Astral. HEX triplet: 36, 67 and 90. RGB value is (54,103,144). Sum of RGB (Red+Green+Blue) = 54+103+144=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #366790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366790 is #C9986F. Grayscale: #5C5C5C. Windows color (decimal): -13211760 or 9463606. OLE color: 9463606.

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

Color convert

RGB54103144-
CMYK0.630.2800.44
HSL207.33º45.45%38.82%-
HSV(B)207.33º62.5%56.47%-
XYZ11.4112.528.2-
YUV93.02156.77100.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=17.94%
G=34.22%
B=47.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541031440.630.2800.44207.3345.4538.82
Hex3667903F1C02Ccf2d27
Octal6614722077340543175547
Binary11011011001111001000011111111100010110011001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366790; }

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

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

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

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

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

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

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

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