#366782

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

Shades of Astral #366782

Tints of Astral #366782

Color information

#366782 (or 0x366782) is unknown color: approx Astral. HEX triplet: 36, 67 and 82. RGB value is (54,103,130). Sum of RGB (Red+Green+Blue) = 54+103+130=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #366782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366782 is #C9987D. Grayscale: #5B5B5B. Windows color (decimal): -13211774 or 8546102. OLE color: 8546102.

HSL color Cylindrical-coordinate representation of color #366782: hue angle of 201.32º 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 #366782 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54103130-
CMYK0.580.2100.49
HSL201.32º41.3%36.08%-
HSV(B)201.32º58.46%50.98%-
XYZ10.412.122.91-
YUV91.43149.77101.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=18.82%
G=35.89%
B=45.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541031300.580.2100.49201.3241.336.08
Hex3667823A15031c92924
Octal6614720272250613115144
Binary11011011001111000001011101010101011000111001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366782; }

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

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

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

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

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

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

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

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