#32697C

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

Shades of Astral #32697C

Tints of Astral #32697C

Color information

#32697C (or 0x32697C) is unknown color: approx Astral. HEX triplet: 32, 69 and 7C. RGB value is (50,105,124). Sum of RGB (Red+Green+Blue) = 50+105+124=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #32697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32697C is #CD9683. Grayscale: #5A5A5A. Windows color (decimal): -13473412 or 8153394. OLE color: 8153394.

HSL color Cylindrical-coordinate representation of color #32697C: hue angle of 195.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32697C is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB50105124-
CMYK0.600.1500.51
HSL195.41º42.53%34.12%-
HSV(B)195.41º59.68%48.63%-
XYZ10.0112.2420.9-
YUV90.72146.7898.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=17.92%
G=37.63%
B=44.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501051240.600.1500.51195.4142.5334.12
Hex32697C3CF033c32b22
Octal6215117474170633035342
Binary110010110100111111001111001111011001111000011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32697C; }

 p { color: rgb(50,105,124); }

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

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

 a { background-color: rgb(50,105,124); }

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

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

 span { border-color: rgb(50,105,124); }

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