#367392

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

Shades of Astral #367392

Tints of Astral #367392

Color information

#367392 (or 0x367392) is unknown color: approx Astral. HEX triplet: 36, 73 and 92. RGB value is (54,115,146). Sum of RGB (Red+Green+Blue) = 54+115+146=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #367392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367392 is #C98C6D. Grayscale: #646464. Windows color (decimal): -13208686 or 9597750. OLE color: 9597750.

HSL color Cylindrical-coordinate representation of color #367392: hue angle of 200.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367392 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54115146-
CMYK0.630.2100.43
HSL200.22º46%39.22%-
HSV(B)200.22º63.01%57.25%-
XYZ12.8415.1229.44-
YUV100.3153.7994.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=17.14%
G=36.51%
B=46.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541151460.630.2100.43200.224639.22
Hex3673923F1502Bc82e27
Octal6616322277250533105647
Binary11011011100111001001011111110101010101111001000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367392; }

 p { color: rgb(54,115,146); }

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

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

 a { background-color: rgb(54,115,146); }

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

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

 span { border-color: rgb(54,115,146); }

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