Html Css Color HEX #327789 Astral

📋 copy color: '#327789'

red 50 ◦ green 119 ◦ blue 137

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

Shades of Astral #327789

Tints of Astral #327789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 16.34%
G = 38.89%
B = 44.77%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327789 (or 0x327789) is known color: Astral. HEX triplet: 32, 77 and 89. RGB value is (50,119,137). Sum of RGB (Red+Green+Blue) = 50+119+137=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #327789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327789 is #CD8876. Grayscale: #646464. Windows color (decimal): -13469815 or 9008946. OLE color: 9008946.

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

Color convert

RGB 50 119 137 -
CMYK 0.64 0.13 0 0.46
HSL 192.41º 0.47% 0.37% -
HSV(B) 192.41º 0.64% 0.54% -
XYZ 12.43 15.68 26.04 -
YUV 100.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 50 119 137 0.64 0.13 0 0.46 192.41 0.47 0.37
Hex 32 77 89 40 D 0 2E C0 2F 25
Octal 62 167 211 100 15 0 56 300 57 45
Binary 110010 1110111 10001001 1000000 1101 0 101110 11000000 101111 100101

Color Harmonies of #327789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327789

Black with #327789

Text Example


Text Example

White with #327789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327789; }

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

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

background-color css

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

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

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

border-color css

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

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

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