#367596

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

Shades of Astral #367596

Tints of Astral #367596

Color information

#367596 (or 0x367596) is unknown color: approx Astral. HEX triplet: 36, 75 and 96. RGB value is (54,117,150). Sum of RGB (Red+Green+Blue) = 54+117+150=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #367596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367596 is #C98A69. Grayscale: #656565. Windows color (decimal): -13208170 or 9860406. OLE color: 9860406.

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

Color convert

RGB54117150-
CMYK0.640.2200.41
HSL200.62º47.06%40%-
HSV(B)200.62º64%58.82%-
XYZ13.3915.7131.18-
YUV101.93155.1393.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=16.82%
G=36.45%
B=46.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541171500.640.2200.41200.6247.0640
Hex3675964016029c92f28
Octal66165226100260513115750
Binary110110111010110010110100000010110010100111001001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367596; }

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

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

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

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

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

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

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

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