Html Css Color HEX #327295 Astral

📋 copy color: '#327295'

red 50 ◦ green 114 ◦ blue 149

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

Shades of Astral #327295

Tints of Astral #327295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 15.97%
G = 36.42%
B = 47.6%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327295 (or 0x327295) is known color: Astral. HEX triplet: 32, 72 and 95. RGB value is (50,114,149). Sum of RGB (Red+Green+Blue) = 50+114+149=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #327295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327295 is #CD8D6A. Grayscale: #626262. Windows color (decimal): -13471083 or 9794098. OLE color: 9794098.

HSL color Cylindrical-coordinate representation of color #327295: hue angle of 201.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327295 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 114 149 -
CMYK 0.66 0.23 0 0.42
HSL 201.21º 0.5% 0.39% -
HSV(B) 201.21º 0.66% 0.58% -
XYZ 12.76 14.88 30.63 -
YUV 98.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 50 114 149 0.66 0.23 0 0.42 201.21 0.5 0.39
Hex 32 72 95 42 17 0 2A C9 32 27
Octal 62 162 225 102 27 0 52 311 62 47
Binary 110010 1110010 10010101 1000010 10111 0 101010 11001001 110010 100111

Color Harmonies of #327295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327295

Black with #327295

Text Example


Text Example

White with #327295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327295; }

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

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

background-color css

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

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

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

border-color css

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

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

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