#367492

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

Shades of Astral #367492

Tints of Astral #367492

Color information

#367492 (or 0x367492) is unknown color: approx Astral. HEX triplet: 36, 74 and 92. RGB value is (54,116,146). Sum of RGB (Red+Green+Blue) = 54+116+146=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #367492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367492 is #C98B6D. Grayscale: #646464. Windows color (decimal): -13208430 or 9598006. OLE color: 9598006.

HSL color Cylindrical-coordinate representation of color #367492: hue angle of 199.57º 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 #367492 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54116146-
CMYK0.630.2100.43
HSL199.57º46%39.22%-
HSV(B)199.57º63.01%57.25%-
XYZ12.9615.3529.47-
YUV100.88153.4694.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=17.09%
G=36.71%
B=46.20%

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
Decimal541161460.630.2100.43199.574639.22
Hex3674923F1502Bc82e27
Octal6616422277250533105647
Binary11011011101001001001011111110101010101111001000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367492; }

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

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

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

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

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

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

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

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