Html Css Color HEX #327891 Astral

📋 copy color: '#327891'

red 50 ◦ green 120 ◦ blue 145

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

Shades of Astral #327891

Tints of Astral #327891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 15.87%
G = 38.1%
B = 46.03%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327891 (or 0x327891) is known color: Astral. HEX triplet: 32, 78 and 91. RGB value is (50,120,145). Sum of RGB (Red+Green+Blue) = 50+120+145=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #327891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327891 is #CD876E. Grayscale: #656565. Windows color (decimal): -13469551 or 9533490. OLE color: 9533490.

HSL color Cylindrical-coordinate representation of color #327891: hue angle of 195.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327891 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 120 145 -
CMYK 0.66 0.17 0 0.43
HSL 195.79º 0.49% 0.38% -
HSV(B) 195.79º 0.66% 0.57% -
XYZ 13.14 16.16 29.21 -
YUV 101.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 50 120 145 0.66 0.17 0 0.43 195.79 0.49 0.38
Hex 32 78 91 42 11 0 2B C4 31 26
Octal 62 170 221 102 21 0 53 304 61 46
Binary 110010 1111000 10010001 1000010 10001 0 101011 11000100 110001 100110

Color Harmonies of #327891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327891

Black with #327891

Text Example


Text Example

White with #327891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327891; }

 p { color: rgb(50,120,145); }

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

background-color css

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

 a { background-color: rgb(50,120,145); }

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

border-color css

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

 span { border-color: rgb(50,120,145); }

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