#367192

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

Shades of Astral #367192

Tints of Astral #367192

Color information

#367192 (or 0x367192) is unknown color: approx Astral. HEX triplet: 36, 71 and 92. RGB value is (54,113,146). Sum of RGB (Red+Green+Blue) = 54+113+146=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #367192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367192 is #C98E6D. Grayscale: #626262. Windows color (decimal): -13209198 or 9597238. OLE color: 9597238.

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

Color convert

RGB54113146-
CMYK0.630.2300.43
HSL201.52º46%39.22%-
HSV(B)201.52º63.01%57.25%-
XYZ12.6114.6729.36-
YUV99.12154.4595.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=17.25%
G=36.10%
B=46.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541131460.630.2300.43201.524639.22
Hex3671923F1702Bca2e27
Octal6616122277270533125647
Binary11011011100011001001011111110111010101111001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367192; }

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

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

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

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

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

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

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

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