#366D85

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

Shades of Astral #366D85

Tints of Astral #366D85

Color information

#366D85 (or 0x366D85) is unknown color: approx Astral. HEX triplet: 36, 6D and 85. RGB value is (54,109,133). Sum of RGB (Red+Green+Blue) = 54+109+133=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #366D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D85 is #C9927A. Grayscale: #5F5F5F. Windows color (decimal): -13210235 or 8744246. OLE color: 8744246.

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

Color convert

RGB54109133-
CMYK0.590.1800.48
HSL198.23º42.25%36.67%-
HSV(B)198.23º59.4%52.16%-
XYZ11.2213.4224.19-
YUV95.29149.2898.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=18.24%
G=36.82%
B=44.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541091330.590.1800.48198.2342.2536.67
Hex366D853B12030c62a25
Octal6615520573220603065245
Binary11011011011011000010111101110010011000011000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,109,133); }

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

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

 a { background-color: rgb(54,109,133); }

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

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

 span { border-color: rgb(54,109,133); }

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