Html Css Color HEX #327996 Astral

📋 copy color: '#327996'

red 50 ◦ green 121 ◦ blue 150

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

Shades of Astral #327996

Tints of Astral #327996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 15.58%
G = 37.69%
B = 46.73%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327996 (or 0x327996) is known color: Astral. HEX triplet: 32, 79 and 96. RGB value is (50,121,150). Sum of RGB (Red+Green+Blue) = 50+121+150=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #327996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327996 is #CD8669. Grayscale: #666666. Windows color (decimal): -13469290 or 9861426. OLE color: 9861426.

HSL color Cylindrical-coordinate representation of color #327996: hue angle of 197.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327996 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 121 150 -
CMYK 0.67 0.19 0 0.41
HSL 197.4º 0.5% 0.39% -
HSV(B) 197.4º 0.67% 0.59% -
XYZ 13.66 16.55 31.33 -
YUV 103.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 50 121 150 0.67 0.19 0 0.41 197.4 0.5 0.39
Hex 32 79 96 43 13 0 29 C5 32 27
Octal 62 171 226 103 23 0 51 305 62 47
Binary 110010 1111001 10010110 1000011 10011 0 101001 11000101 110010 100111

Color Harmonies of #327996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327996

Black with #327996

Text Example


Text Example

White with #327996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327996; }

 p { color: rgb(50,121,150); }

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

background-color css

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

 a { background-color: rgb(50,121,150); }

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

border-color css

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

 span { border-color: rgb(50,121,150); }

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