Html Css Color HEX #327281 Astral

📋 copy color: '#327281'

red 50 ◦ green 114 ◦ blue 129

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

Shades of Astral #327281

Tints of Astral #327281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 17.06%
G = 38.91%
B = 44.03%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327281 (or 0x327281) is known color: Astral. HEX triplet: 32, 72 and 81. RGB value is (50,114,129). Sum of RGB (Red+Green+Blue) = 50+114+129=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #327281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327281 is #CD8D7E. Grayscale: #606060. Windows color (decimal): -13471103 or 8483378. OLE color: 8483378.

HSL color Cylindrical-coordinate representation of color #327281: hue angle of 191.39º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327281 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 114 129 -
CMYK 0.61 0.12 0 0.49
HSL 191.39º 0.44% 0.35% -
HSV(B) 191.39º 0.61% 0.51% -
XYZ 11.3 14.3 22.93 -
YUV 96.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 50 114 129 0.61 0.12 0 0.49 191.39 0.44 0.35
Hex 32 72 81 3D C 0 31 BF 2C 23
Octal 62 162 201 75 14 0 61 277 54 43
Binary 110010 1110010 10000001 111101 1100 0 110001 10111111 101100 100011

Color Harmonies of #327281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327281

Black with #327281

Text Example


Text Example

White with #327281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327281; }

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

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

background-color css

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

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

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

border-color css

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

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

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