Html Css Color HEX #327689 Astral

📋 copy color: '#327689'

red 50 ◦ green 118 ◦ blue 137

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

Shades of Astral #327689

Tints of Astral #327689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 16.39%
G = 38.69%
B = 44.92%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327689 (or 0x327689) is known color: Astral. HEX triplet: 32, 76 and 89. RGB value is (50,118,137). Sum of RGB (Red+Green+Blue) = 50+118+137=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #327689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327689 is #CD8976. Grayscale: #636363. Windows color (decimal): -13470071 or 9008690. OLE color: 9008690.

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

Color convert

RGB 50 118 137 -
CMYK 0.64 0.14 0 0.46
HSL 193.1º 0.47% 0.37% -
HSV(B) 193.1º 0.64% 0.54% -
XYZ 12.31 15.44 26 -
YUV 99.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 50 118 137 0.64 0.14 0 0.46 193.1 0.47 0.37
Hex 32 76 89 40 E 0 2E C1 2F 25
Octal 62 166 211 100 16 0 56 301 57 45
Binary 110010 1110110 10001001 1000000 1110 0 101110 11000001 101111 100101

Color Harmonies of #327689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327689

Black with #327689

Text Example


Text Example

White with #327689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327689; }

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

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

background-color css

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

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

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

border-color css

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

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

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