#367094

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

Shades of Astral #367094

Tints of Astral #367094

Color information

#367094 (or 0x367094) is unknown color: approx Astral. HEX triplet: 36, 70 and 94. RGB value is (54,112,148). Sum of RGB (Red+Green+Blue) = 54+112+148=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #367094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367094 is #C98F6B. Grayscale: #626262. Windows color (decimal): -13209452 or 9728054. OLE color: 9728054.

HSL color Cylindrical-coordinate representation of color #367094: hue angle of 202.98º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367094 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54112148-
CMYK0.640.2400.42
HSL202.98º46.53%39.61%-
HSV(B)202.98º63.51%58.04%-
XYZ12.6614.5130.15-
YUV98.76155.7896.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=17.20%
G=35.67%
B=47.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541121480.640.2400.42202.9846.5339.61
Hex367094401802Acb2f28
Octal66160224100300523135750
Binary110110111000010010100100000011000010101011001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367094; }

 p { color: rgb(54,112,148); }

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

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

 a { background-color: rgb(54,112,148); }

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

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

 span { border-color: rgb(54,112,148); }

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