#32667F

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

Shades of Astral #32667F

Tints of Astral #32667F

Color information

#32667F (or 0x32667F) is unknown color: approx Astral. HEX triplet: 32, 66 and 7F. RGB value is (50,102,127). Sum of RGB (Red+Green+Blue) = 50+102+127=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #32667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32667F is #CD9980. Grayscale: #595959. Windows color (decimal): -13474177 or 8349234. OLE color: 8349234.

HSL color Cylindrical-coordinate representation of color #32667F: hue angle of 199.48º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32667F is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50102127-
CMYK0.610.2000.50
HSL199.48º43.5%34.71%-
HSV(B)199.48º60.63%49.8%-
XYZ9.911.7121.82-
YUV89.3149.2799.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 127 (50% from 255) = 45.52%
R=17.92%
G=36.56%
B=45.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501021270.610.2000.50199.4843.534.71
Hex32667F3D14032c72c23
Octal6214617775240623075443
Binary1100101100110111111111110110100011001011000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32667F; }

 p { color: rgb(50,102,127); }

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

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

 a { background-color: rgb(50,102,127); }

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

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

 span { border-color: rgb(50,102,127); }

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