Html Css Color HEX #327C8D Astral

📋 copy color: '#327C8D'

red 50 ◦ green 124 ◦ blue 141

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

Shades of Astral #327C8D

Tints of Astral #327C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 15.87%
G = 39.37%
B = 44.76%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#327C8D (or 0x327C8D) is known color: Astral. HEX triplet: 32, 7C and 8D. RGB value is (50,124,141). Sum of RGB (Red+Green+Blue) = 50+124+141=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #327C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C8D is #CD8372. Grayscale: #676767. Windows color (decimal): -13468531 or 9272370. OLE color: 9272370.

HSL color Cylindrical-coordinate representation of color #327C8D: hue angle of 191.21º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327C8D is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 124 141 -
CMYK 0.65 0.12 0 0.45
HSL 191.21º 0.48% 0.37% -
HSV(B) 191.21º 0.65% 0.55% -
XYZ 13.33 17.02 27.78 -
YUV 103.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 50 124 141 0.65 0.12 0 0.45 191.21 0.48 0.37
Hex 32 7C 8D 41 C 0 2D BF 30 25
Octal 62 174 215 101 14 0 55 277 60 45
Binary 110010 1111100 10001101 1000001 1100 0 101101 10111111 110000 100101

Color Harmonies of #327C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C8D

Black with #327C8D

Text Example


Text Example

White with #327C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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