Html Css Color HEX #327189 Astral

📋 copy color: '#327189'

red 50 ◦ green 113 ◦ blue 137

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

Shades of Astral #327189

Tints of Astral #327189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 16.67%
G = 37.67%
B = 45.67%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327189 (or 0x327189) is known color: Astral. HEX triplet: 32, 71 and 89. RGB value is (50,113,137). Sum of RGB (Red+Green+Blue) = 50+113+137=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #327189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327189 is #CD8E76. Grayscale: #606060. Windows color (decimal): -13471351 or 9007410. OLE color: 9007410.

HSL color Cylindrical-coordinate representation of color #327189: hue angle of 196.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327189 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 113 137 -
CMYK 0.64 0.18 0 0.46
HSL 196.55º 0.47% 0.37% -
HSV(B) 196.55º 0.64% 0.54% -
XYZ 11.74 14.29 25.81 -
YUV 96.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 50 113 137 0.64 0.18 0 0.46 196.55 0.47 0.37
Hex 32 71 89 40 12 0 2E C5 2F 25
Octal 62 161 211 100 22 0 56 305 57 45
Binary 110010 1110001 10001001 1000000 10010 0 101110 11000101 101111 100101

Color Harmonies of #327189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327189

Black with #327189

Text Example


Text Example

White with #327189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327189; }

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

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

background-color css

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

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

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

border-color css

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

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

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