Html Css Color HEX #327192 Astral

📋 copy color: '#327192'

red 50 ◦ green 113 ◦ blue 146

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

Shades of Astral #327192

Tints of Astral #327192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 16.18%
G = 36.57%
B = 47.25%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327192 (or 0x327192) is known color: Astral. HEX triplet: 32, 71 and 92. RGB value is (50,113,146). Sum of RGB (Red+Green+Blue) = 50+113+146=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #327192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327192 is #CD8E6D. Grayscale: #616161. Windows color (decimal): -13471342 or 9597234. OLE color: 9597234.

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

Color convert

RGB 50 113 146 -
CMYK 0.66 0.23 0 0.43
HSL 200.63º 0.49% 0.38% -
HSV(B) 200.63º 0.66% 0.57% -
XYZ 12.41 14.56 29.35 -
YUV 97.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 50 113 146 0.66 0.23 0 0.43 200.63 0.49 0.38
Hex 32 71 92 42 17 0 2B C9 31 26
Octal 62 161 222 102 27 0 53 311 61 46
Binary 110010 1110001 10010010 1000010 10111 0 101011 11001001 110001 100110

Color Harmonies of #327192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327192

Black with #327192

Text Example


Text Example

White with #327192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327192; }

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

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

background-color css

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

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

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

border-color css

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

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

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