Html Css Color HEX #327690 Astral

📋 copy color: '#327690'

red 50 ◦ green 118 ◦ blue 144

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

Shades of Astral #327690

Tints of Astral #327690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 16.03%
G = 37.82%
B = 46.15%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327690 (or 0x327690) is known color: Astral. HEX triplet: 32, 76 and 90. RGB value is (50,118,144). Sum of RGB (Red+Green+Blue) = 50+118+144=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #327690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327690 is #CD896F. Grayscale: #646464. Windows color (decimal): -13470064 or 9467442. OLE color: 9467442.

HSL color Cylindrical-coordinate representation of color #327690: hue angle of 196.6º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327690 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 118 144 -
CMYK 0.65 0.18 0 0.44
HSL 196.6º 0.48% 0.38% -
HSV(B) 196.6º 0.65% 0.56% -
XYZ 12.83 15.65 28.73 -
YUV 100.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 50 118 144 0.65 0.18 0 0.44 196.6 0.48 0.38
Hex 32 76 90 41 12 0 2C C5 30 26
Octal 62 166 220 101 22 0 54 305 60 46
Binary 110010 1110110 10010000 1000001 10010 0 101100 11000101 110000 100110

Color Harmonies of #327690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327690

Black with #327690

Text Example


Text Example

White with #327690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327690; }

 p { color: rgb(50,118,144); }

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

background-color css

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

 a { background-color: rgb(50,118,144); }

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

border-color css

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

 span { border-color: rgb(50,118,144); }

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