Html Css Color HEX #327291 Astral

📋 copy color: '#327291'

red 50 ◦ green 114 ◦ blue 145

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

Shades of Astral #327291

Tints of Astral #327291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

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

R = 16.18%
G = 36.89%
B = 46.93%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327291 (or 0x327291) is known color: Astral. HEX triplet: 32, 72 and 91. RGB value is (50,114,145). Sum of RGB (Red+Green+Blue) = 50+114+145=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #327291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327291 is #CD8D6E. Grayscale: #626262. Windows color (decimal): -13471087 or 9531954. OLE color: 9531954.

HSL color Cylindrical-coordinate representation of color #327291: hue angle of 199.58º 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 #327291 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 114 145 -
CMYK 0.66 0.21 0 0.43
HSL 199.58º 0.49% 0.38% -
HSV(B) 199.58º 0.66% 0.57% -
XYZ 12.44 14.76 28.98 -
YUV 98.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 50 114 145 0.66 0.21 0 0.43 199.58 0.49 0.38
Hex 32 72 91 42 15 0 2B C8 31 26
Octal 62 162 221 102 25 0 53 310 61 46
Binary 110010 1110010 10010001 1000010 10101 0 101011 11001000 110001 100110

Color Harmonies of #327291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327291

Black with #327291

Text Example


Text Example

White with #327291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327291; }

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

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

background-color css

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

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

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

border-color css

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

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

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