#366B82

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

Shades of Astral #366B82

Tints of Astral #366B82

Color information

#366B82 (or 0x366B82) is unknown color: approx Astral. HEX triplet: 36, 6B and 82. RGB value is (54,107,130). Sum of RGB (Red+Green+Blue) = 54+107+130=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #366B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B82 is #C9947D. Grayscale: #5D5D5D. Windows color (decimal): -13210750 or 8547126. OLE color: 8547126.

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

Color convert

RGB54107130-
CMYK0.580.1800.49
HSL198.16º41.3%36.08%-
HSV(B)198.16º58.46%50.98%-
XYZ10.8112.9123.04-
YUV93.78148.4499.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=18.56%
G=36.77%
B=44.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541071300.580.1800.49198.1641.336.08
Hex366B823A12031c62924
Octal6615320272220613065144
Binary11011011010111000001011101010010011000111000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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