#366D88

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

Shades of Astral #366D88

Tints of Astral #366D88

Color information

#366D88 (or 0x366D88) is unknown color: approx Astral. HEX triplet: 36, 6D and 88. RGB value is (54,109,136). Sum of RGB (Red+Green+Blue) = 54+109+136=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #366D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D88 is #C99277. Grayscale: #5F5F5F. Windows color (decimal): -13210232 or 8940854. OLE color: 8940854.

HSL color Cylindrical-coordinate representation of color #366D88: hue angle of 199.76º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366D88 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54109136-
CMYK0.600.2000.47
HSL199.76º43.16%37.25%-
HSV(B)199.76º60.29%53.33%-
XYZ11.4313.525.3-
YUV95.63150.7898.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=18.06%
G=36.45%
B=45.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541091360.600.2000.47199.7643.1637.25
Hex366D883C1402Fc82b25
Octal6615521074240573105345
Binary11011011011011000100011110010100010111111001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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