Html Css Color HEX #327487 Astral

📋 copy color: '#327487'

red 50 ◦ green 116 ◦ blue 135

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

Shades of Astral #327487

Tints of Astral #327487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 16.61%
G = 38.54%
B = 44.85%

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

#327487 (or 0x327487) is known color: Astral. HEX triplet: 32, 74 and 87. RGB value is (50,116,135). Sum of RGB (Red+Green+Blue) = 50+116+135=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #327487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327487 is #CD8B78. Grayscale: #626262. Windows color (decimal): -13470585 or 8877106. OLE color: 8877106.

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

Color convert

RGB 50 116 135 -
CMYK 0.63 0.14 0 0.47
HSL 193.41º 0.46% 0.36% -
HSV(B) 193.41º 0.63% 0.53% -
XYZ 11.93 14.92 25.17 -
YUV 98.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 50 116 135 0.63 0.14 0 0.47 193.41 0.46 0.36
Hex 32 74 87 3F E 0 2F C1 2E 24
Octal 62 164 207 77 16 0 57 301 56 44
Binary 110010 1110100 10000111 111111 1110 0 101111 11000001 101110 100100

Color Harmonies of #327487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327487

Black with #327487

Text Example


Text Example

White with #327487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327487; }

 p { color: rgb(50,116,135); }

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

background-color css

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

 a { background-color: rgb(50,116,135); }

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

border-color css

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

 span { border-color: rgb(50,116,135); }

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