Html Css Color HEX #327290 Astral

📋 copy color: '#327290'

red 50 ◦ green 114 ◦ blue 144

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

Shades of Astral #327290

Tints of Astral #327290

RGB

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

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

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

R = 16.23%
G = 37.01%
B = 46.75%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327290 (or 0x327290) is known color: Astral. HEX triplet: 32, 72 and 90. RGB value is (50,114,144). Sum of RGB (Red+Green+Blue) = 50+114+144=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #327290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327290 is #CD8D6F. Grayscale: #626262. Windows color (decimal): -13471088 or 9466418. OLE color: 9466418.

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

Color convert

RGB 50 114 144 -
CMYK 0.65 0.21 0 0.44
HSL 199.15º 0.48% 0.38% -
HSV(B) 199.15º 0.65% 0.56% -
XYZ 12.37 14.73 28.58 -
YUV 98.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 50 114 144 0.65 0.21 0 0.44 199.15 0.48 0.38
Hex 32 72 90 41 15 0 2C C7 30 26
Octal 62 162 220 101 25 0 54 307 60 46
Binary 110010 1110010 10010000 1000001 10101 0 101100 11000111 110000 100110

Color Harmonies of #327290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327290

Black with #327290

Text Example


Text Example

White with #327290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327290; }

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

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

background-color css

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

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

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

border-color css

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

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

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