Html Css Color HEX #327588 Astral

📋 copy color: '#327588'

red 50 ◦ green 117 ◦ blue 136

#327588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #327588

Tints of Astral #327588

RGB

 RED value IS 50 (19.92% from 255) = 16.5%

 GREEN value IS 117 (46.09% from 255) = 38.61%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 16.5%
G = 38.61%
B = 44.88%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327588 (or 0x327588) is known color: Astral. HEX triplet: 32, 75 and 88. RGB value is (50,117,136). Sum of RGB (Red+Green+Blue) = 50+117+136=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #327588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327588 is #CD8A77. Grayscale: #626262. Windows color (decimal): -13470328 or 8942898. OLE color: 8942898.

HSL color Cylindrical-coordinate representation of color #327588: hue angle of 193.26º 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 #327588 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 117 136 -
CMYK 0.63 0.14 0 0.47
HSL 193.26º 0.46% 0.36% -
HSV(B) 193.26º 0.63% 0.53% -
XYZ 12.12 15.18 25.58 -
YUV 99.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 50 117 136 0.63 0.14 0 0.47 193.26 0.46 0.36
Hex 32 75 88 3F E 0 2F C1 2E 24
Octal 62 165 210 77 16 0 57 301 56 44
Binary 110010 1110101 10001000 111111 1110 0 101111 11000001 101110 100100

Color Harmonies of #327588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327588

Black with #327588

Text Example


Text Example

White with #327588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327588; }

 p { color: rgb(50,117,136); }

 H1.HeaderClassName
 {
   color: #327588;
 }
 .AnyTagClassName
 {
   color: #327588;
 }
</style>

background-color css

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

 a { background-color: rgb(50,117,136); }

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

border-color css

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

 span { border-color: rgb(50,117,136); }

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