Html Css Color HEX #327289 Astral

📋 copy color: '#327289'

red 50 ◦ green 114 ◦ blue 137

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

Shades of Astral #327289

Tints of Astral #327289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 16.61%
G = 37.87%
B = 45.51%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327289 (or 0x327289) is known color: Astral. HEX triplet: 32, 72 and 89. RGB value is (50,114,137). Sum of RGB (Red+Green+Blue) = 50+114+137=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #327289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327289 is #CD8D76. Grayscale: #616161. Windows color (decimal): -13471095 or 9007666. OLE color: 9007666.

HSL color Cylindrical-coordinate representation of color #327289: hue angle of 195.86º 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 #327289 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 114 137 -
CMYK 0.64 0.17 0 0.46
HSL 195.86º 0.47% 0.37% -
HSV(B) 195.86º 0.64% 0.54% -
XYZ 11.85 14.52 25.84 -
YUV 97.49 150.3 94.13 -
System Red Green Blue C M Y K H S L
Decimal 50 114 137 0.64 0.17 0 0.46 195.86 0.47 0.37
Hex 32 72 89 40 11 0 2E C4 2F 25
Octal 62 162 211 100 21 0 56 304 57 45
Binary 110010 1110010 10001001 1000000 10001 0 101110 11000100 101111 100101

Color Harmonies of #327289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327289

Black with #327289

Text Example


Text Example

White with #327289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327289; }

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

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

background-color css

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

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

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

border-color css

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

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

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