#366B84

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

Shades of Astral #366B84

Tints of Astral #366B84

Color information

#366B84 (or 0x366B84) is unknown color: approx Astral. HEX triplet: 36, 6B and 84. RGB value is (54,107,132). Sum of RGB (Red+Green+Blue) = 54+107+132=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #366B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B84 is #C9947B. Grayscale: #5D5D5D. Windows color (decimal): -13210748 or 8678198. OLE color: 8678198.

HSL color Cylindrical-coordinate representation of color #366B84: hue angle of 199.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366B84 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54107132-
CMYK0.590.1900.48
HSL199.23º41.94%36.47%-
HSV(B)199.23º59.09%51.76%-
XYZ10.9412.9723.76-
YUV94149.4499.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=18.43%
G=36.52%
B=45.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541071320.590.1900.48199.2341.9436.47
Hex366B843B13030c72a24
Octal6615320473230603075244
Binary11011011010111000010011101110011011000011000111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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