#367290

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

Shades of Astral #367290

Tints of Astral #367290

Color information

#367290 (or 0x367290) is unknown color: approx Astral. HEX triplet: 36, 72 and 90. RGB value is (54,114,144). Sum of RGB (Red+Green+Blue) = 54+114+144=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #367290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367290 is #C98D6F. Grayscale: #636363. Windows color (decimal): -13208944 or 9466422. OLE color: 9466422.

HSL color Cylindrical-coordinate representation of color #367290: hue angle of 200º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367290 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54114144-
CMYK0.630.2100.44
HSL200º45.45%38.82%-
HSV(B)200º62.5%56.47%-
XYZ12.5714.8328.59-
YUV99.48153.1295.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=17.31%
G=36.54%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541141440.630.2100.4420045.4538.82
Hex3672903F1502Cc82d27
Octal6616222077250543105547
Binary11011011100101001000011111110101010110011001000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367290; }

 p { color: rgb(54,114,144); }

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

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

 a { background-color: rgb(54,114,144); }

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

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

 span { border-color: rgb(54,114,144); }

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