#32678C

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

Shades of Astral #32678C

Tints of Astral #32678C

Color information

#32678C (or 0x32678C) is unknown color: approx Astral. HEX triplet: 32, 67 and 8C. RGB value is (50,103,140). Sum of RGB (Red+Green+Blue) = 50+103+140=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #32678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32678C is #CD9873. Grayscale: #5B5B5B. Windows color (decimal): -13473908 or 9201458. OLE color: 9201458.

HSL color Cylindrical-coordinate representation of color #32678C: hue angle of 204.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32678C is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50103140-
CMYK0.640.2600.45
HSL204.67º47.37%37.25%-
HSV(B)204.67º64.29%54.9%-
XYZ10.912.2726.61-
YUV91.37155.4498.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=17.06%
G=35.15%
B=47.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501031400.640.2600.45204.6747.3737.25
Hex32678C401A02Dcd2f25
Octal62147214100320553155745
Binary110010110011110001100100000011010010110111001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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