#366B83

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

Shades of Astral #366B83

Tints of Astral #366B83

Color information

#366B83 (or 0x366B83) is unknown color: approx Astral. HEX triplet: 36, 6B and 83. RGB value is (54,107,131). Sum of RGB (Red+Green+Blue) = 54+107+131=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #366B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366B83 is #C9947C. Grayscale: #5D5D5D. Windows color (decimal): -13210749 or 8612662. OLE color: 8612662.

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

Color convert

RGB54107131-
CMYK0.590.1800.49
HSL198.7º41.62%36.27%-
HSV(B)198.7º58.78%51.37%-
XYZ10.8812.9423.4-
YUV93.89148.9499.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=18.49%
G=36.64%
B=44.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541071310.590.1800.49198.741.6236.27
Hex366B833B12031c72a24
Octal6615320373220613075244
Binary11011011010111000001111101110010011000111000111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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