#366888

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

Shades of Astral #366888

Tints of Astral #366888

Color information

#366888 (or 0x366888) is unknown color: approx Astral. HEX triplet: 36, 68 and 88. RGB value is (54,104,136). Sum of RGB (Red+Green+Blue) = 54+104+136=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #366888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366888 is #C99777. Grayscale: #5C5C5C. Windows color (decimal): -13211512 or 8939574. OLE color: 8939574.

HSL color Cylindrical-coordinate representation of color #366888: hue angle of 203.41º 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 #366888 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54104136-
CMYK0.600.2400.47
HSL203.41º43.16%37.25%-
HSV(B)203.41º60.29%53.33%-
XYZ10.9212.4625.12-
YUV92.7152.44100.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=18.37%
G=35.37%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541041360.600.2400.47203.4143.1637.25
Hex3668883C1802Fcb2b25
Octal6615021074300573135345
Binary11011011010001000100011110011000010111111001011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366888; }

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

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

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

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

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

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

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

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