#367180

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

Shades of Astral #367180

Tints of Astral #367180

Color information

#367180 (or 0x367180) is unknown color: approx Astral. HEX triplet: 36, 71 and 80. RGB value is (54,113,128). Sum of RGB (Red+Green+Blue) = 54+113+128=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #367180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367180 is #C98E7F. Grayscale: #606060. Windows color (decimal): -13209216 or 8417590. OLE color: 8417590.

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

Color convert

RGB54113128-
CMYK0.580.1200.50
HSL192.16º40.66%35.69%-
HSV(B)192.16º57.81%50.2%-
XYZ11.3214.1522.56-
YUV97.07145.4597.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=18.31%
G=38.31%
B=43.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541131280.580.1200.50192.1640.6635.69
Hex3671803AC032c02924
Octal6616120072140623005144
Binary1101101110001100000001110101100011001011000000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367180; }

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

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

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

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

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

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

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

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