#32678E

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

Shades of Astral #32678E

Tints of Astral #32678E

Color information

#32678E (or 0x32678E) is unknown color: approx Astral. HEX triplet: 32, 67 and 8E. RGB value is (50,103,142). Sum of RGB (Red+Green+Blue) = 50+103+142=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #32678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32678E is #CD9871. Grayscale: #5B5B5B. Windows color (decimal): -13473906 or 9332530. OLE color: 9332530.

HSL color Cylindrical-coordinate representation of color #32678E: hue angle of 205.43º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32678E is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50103142-
CMYK0.650.2700.44
HSL205.43º47.92%37.65%-
HSV(B)205.43º64.79%55.69%-
XYZ11.0512.3327.39-
YUV91.6156.4498.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=16.95%
G=34.92%
B=48.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501031420.650.2700.44205.4347.9237.65
Hex32678E411B02Ccd3026
Octal62147216101330543156046
Binary110010110011110001110100000111011010110011001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32678E; }

 p { color: rgb(50,103,142); }

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

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

 a { background-color: rgb(50,103,142); }

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

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

 span { border-color: rgb(50,103,142); }

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