#367186

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

Shades of Astral #367186

Tints of Astral #367186

Color information

#367186 (or 0x367186) is unknown color: approx Astral. HEX triplet: 36, 71 and 86. RGB value is (54,113,134). Sum of RGB (Red+Green+Blue) = 54+113+134=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #367186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367186 is #C98E79. Grayscale: #616161. Windows color (decimal): -13209210 or 8810806. OLE color: 8810806.

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

Color convert

RGB54113134-
CMYK0.600.1600.47
HSL195.75º42.55%36.86%-
HSV(B)195.75º59.7%52.55%-
XYZ11.7314.3224.7-
YUV97.75148.4596.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=17.94%
G=37.54%
B=44.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541131340.600.1600.47195.7542.5536.86
Hex3671863C1002Fc42b25
Octal6616120674200573045345
Binary11011011100011000011011110010000010111111000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367186; }

 p { color: rgb(54,113,134); }

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

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

 a { background-color: rgb(54,113,134); }

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

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

 span { border-color: rgb(54,113,134); }

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