#367483

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

Shades of Astral #367483

Tints of Astral #367483

Color information

#367483 (or 0x367483) is unknown color: approx Astral. HEX triplet: 36, 74 and 83. RGB value is (54,116,131). Sum of RGB (Red+Green+Blue) = 54+116+131=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #367483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367483 is #C98B7C. Grayscale: #636363. Windows color (decimal): -13208445 or 8614966. OLE color: 8614966.

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

Color convert

RGB54116131-
CMYK0.590.1100.49
HSL191.69º41.62%36.27%-
HSV(B)191.69º58.78%51.37%-
XYZ11.8614.9123.73-
YUV99.17145.9695.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=17.94%
G=38.54%
B=43.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541161310.590.1100.49191.6941.6236.27
Hex3674833BB031c02a24
Octal6616420373130613005244
Binary1101101110100100000111110111011011000111000000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367483; }

 p { color: rgb(54,116,131); }

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

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

 a { background-color: rgb(54,116,131); }

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

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

 span { border-color: rgb(54,116,131); }

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