Html Css Color HEX #327392 Astral

📋 copy color: '#327392'

red 50 ◦ green 115 ◦ blue 146

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

Shades of Astral #327392

Tints of Astral #327392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

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

R = 16.08%
G = 36.98%
B = 46.95%

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

#327392 (or 0x327392) is known color: Astral. HEX triplet: 32, 73 and 92. RGB value is (50,115,146). Sum of RGB (Red+Green+Blue) = 50+115+146=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #327392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327392 is #CD8C6D. Grayscale: #626262. Windows color (decimal): -13470830 or 9597746. OLE color: 9597746.

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

Color convert

RGB 50 115 146 -
CMYK 0.66 0.21 0 0.43
HSL 199.38º 0.49% 0.38% -
HSV(B) 199.38º 0.66% 0.57% -
XYZ 12.63 15.01 29.43 -
YUV 99.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 50 115 146 0.66 0.21 0 0.43 199.38 0.49 0.38
Hex 32 73 92 42 15 0 2B C7 31 26
Octal 62 163 222 102 25 0 53 307 61 46
Binary 110010 1110011 10010010 1000010 10101 0 101011 11000111 110001 100110

Color Harmonies of #327392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327392

Black with #327392

Text Example


Text Example

White with #327392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327392; }

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

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

background-color css

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

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

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

border-color css

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

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

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