Html Css Color HEX #327C8A Astral

📋 copy color: '#327C8A'

red 50 ◦ green 124 ◦ blue 138

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

Shades of Astral #327C8A

Tints of Astral #327C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 16.03%
G = 39.74%
B = 44.23%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327C8A (or 0x327C8A) is known color: Astral. HEX triplet: 32, 7C and 8A. RGB value is (50,124,138). Sum of RGB (Red+Green+Blue) = 50+124+138=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #327C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C8A is #CD8375. Grayscale: #676767. Windows color (decimal): -13468534 or 9075762. OLE color: 9075762.

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

Color convert

RGB 50 124 138 -
CMYK 0.64 0.10 0 0.46
HSL 189.55º 0.47% 0.37% -
HSV(B) 189.55º 0.64% 0.54% -
XYZ 13.11 16.93 26.62 -
YUV 103.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 50 124 138 0.64 0.10 0 0.46 189.55 0.47 0.37
Hex 32 7C 8A 40 A 0 2E BE 2F 25
Octal 62 174 212 100 12 0 56 276 57 45
Binary 110010 1111100 10001010 1000000 1010 0 101110 10111110 101111 100101

Color Harmonies of #327C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C8A

Black with #327C8A

Text Example


Text Example

White with #327C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327C8A; }

 p { color: rgb(50,124,138); }

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

background-color css

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

 a { background-color: rgb(50,124,138); }

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

border-color css

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

 span { border-color: rgb(50,124,138); }

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