#366F87

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

Shades of Astral #366F87

Tints of Astral #366F87

Color information

#366F87 (or 0x366F87) is unknown color: approx Astral. HEX triplet: 36, 6F and 87. RGB value is (54,111,135). Sum of RGB (Red+Green+Blue) = 54+111+135=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #366F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366F87 is #C99078. Grayscale: #606060. Windows color (decimal): -13209721 or 8875830. OLE color: 8875830.

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

Color convert

RGB54111135-
CMYK0.600.1800.47
HSL197.78º42.86%37.06%-
HSV(B)197.78º60%52.94%-
XYZ11.5813.924.99-
YUV96.69149.6297.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 135 (53.12% from 255) = 45%
R=18%
G=37%
B=45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541111350.600.1800.47197.7842.8637.06
Hex366F873C1202Fc62b25
Octal6615720774220573065345
Binary11011011011111000011111110010010010111111000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,111,135); }

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

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

 a { background-color: rgb(54,111,135); }

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

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

 span { border-color: rgb(54,111,135); }

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