Html Css Color HEX #327292 Astral

📋 copy color: '#327292'

red 50 ◦ green 114 ◦ blue 146

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

Shades of Astral #327292

Tints of Astral #327292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 16.13%
G = 36.77%
B = 47.1%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327292 (or 0x327292) is known color: Astral. HEX triplet: 32, 72 and 92. RGB value is (50,114,146). Sum of RGB (Red+Green+Blue) = 50+114+146=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #327292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327292 is #CD8D6D. Grayscale: #626262. Windows color (decimal): -13471086 or 9597490. OLE color: 9597490.

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

Color convert

RGB 50 114 146 -
CMYK 0.66 0.22 0 0.43
HSL 200º 0.49% 0.38% -
HSV(B) 200º 0.66% 0.57% -
XYZ 12.52 14.79 29.39 -
YUV 98.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 50 114 146 0.66 0.22 0 0.43 200 0.49 0.38
Hex 32 72 92 42 16 0 2B C8 31 26
Octal 62 162 222 102 26 0 53 310 61 46
Binary 110010 1110010 10010010 1000010 10110 0 101011 11001000 110001 100110

Color Harmonies of #327292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327292

Black with #327292

Text Example


Text Example

White with #327292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327292; }

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

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

background-color css

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

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

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

border-color css

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

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

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