Html Css Color HEX #327187 Astral

📋 copy color: '#327187'

red 50 ◦ green 113 ◦ blue 135

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

Shades of Astral #327187

Tints of Astral #327187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 16.78%
G = 37.92%
B = 45.3%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327187 (or 0x327187) is known color: Astral. HEX triplet: 32, 71 and 87. RGB value is (50,113,135). Sum of RGB (Red+Green+Blue) = 50+113+135=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #327187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327187 is #CD8E78. Grayscale: #606060. Windows color (decimal): -13471353 or 8876338. OLE color: 8876338.

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

Color convert

RGB 50 113 135 -
CMYK 0.63 0.16 0 0.47
HSL 195.53º 0.46% 0.36% -
HSV(B) 195.53º 0.63% 0.53% -
XYZ 11.59 14.24 25.06 -
YUV 96.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 50 113 135 0.63 0.16 0 0.47 195.53 0.46 0.36
Hex 32 71 87 3F 10 0 2F C4 2E 24
Octal 62 161 207 77 20 0 57 304 56 44
Binary 110010 1110001 10000111 111111 10000 0 101111 11000100 101110 100100

Color Harmonies of #327187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327187

Black with #327187

Text Example


Text Example

White with #327187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327187; }

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

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

background-color css

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

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

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

border-color css

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

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

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