#327286

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

Shades of Astral #327286

Tints of Astral #327286

Color information

#327286 (or 0x327286) is unknown color: approx Astral. HEX triplet: 32, 72 and 86. RGB value is (50,114,134). Sum of RGB (Red+Green+Blue) = 50+114+134=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #327286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327286 is #CD8D79. Grayscale: #606060. Windows color (decimal): -13471098 or 8811058. OLE color: 8811058.

HSL color Cylindrical-coordinate representation of color #327286: hue angle of 194.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327286 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50114134-
CMYK0.630.1500.47
HSL194.29º45.65%36.08%-
HSV(B)194.29º62.69%52.55%-
XYZ11.6414.4324.73-
YUV97.14148.894.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=16.78%
G=38.26%
B=44.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501141340.630.1500.47194.2945.6536.08
Hex3272863FF02Fc22e24
Octal6216220677170573025644
Binary1100101110010100001101111111111010111111000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327286; }

 p { color: rgb(50,114,134); }

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

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

 a { background-color: rgb(50,114,134); }

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

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

 span { border-color: rgb(50,114,134); }

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