#367182

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

Shades of Astral #367182

Tints of Astral #367182

Color information

#367182 (or 0x367182) is unknown color: approx Astral. HEX triplet: 36, 71 and 82. RGB value is (54,113,130). Sum of RGB (Red+Green+Blue) = 54+113+130=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #367182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367182 is #C98E7D. Grayscale: #616161. Windows color (decimal): -13209214 or 8548662. OLE color: 8548662.

HSL color Cylindrical-coordinate representation of color #367182: hue angle of 193.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367182 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54113130-
CMYK0.580.1300.49
HSL193.42º41.3%36.08%-
HSV(B)193.42º58.46%50.98%-
XYZ11.4614.2123.26-
YUV97.3146.4597.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=18.18%
G=38.05%
B=43.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541131300.580.1300.49193.4241.336.08
Hex3671823AD031c12924
Octal6616120272150613015144
Binary1101101110001100000101110101101011000111000001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367182; }

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

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

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

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

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

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

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

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