#367585

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

Shades of Astral #367585

Tints of Astral #367585

Color information

#367585 (or 0x367585) is unknown color: approx Astral. HEX triplet: 36, 75 and 85. RGB value is (54,117,133). Sum of RGB (Red+Green+Blue) = 54+117+133=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #367585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367585 is #C98A7A. Grayscale: #636363. Windows color (decimal): -13208187 or 8746294. OLE color: 8746294.

HSL color Cylindrical-coordinate representation of color #367585: hue angle of 192.15º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367585 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54117133-
CMYK0.590.1200.48
HSL192.15º42.25%36.67%-
HSV(B)192.15º59.4%52.16%-
XYZ12.1215.224.49-
YUV99.99146.6395.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=17.76%
G=38.49%
B=43.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541171330.590.1200.48192.1542.2536.67
Hex3675853BC030c02a25
Octal6616520573140603005245
Binary1101101110101100001011110111100011000011000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367585; }

 p { color: rgb(54,117,133); }

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

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

 a { background-color: rgb(54,117,133); }

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

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

 span { border-color: rgb(54,117,133); }

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