Html Css Color HEX #327380 Astral

📋 copy color: '#327380'

red 50 ◦ green 115 ◦ blue 128

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

Shades of Astral #327380

Tints of Astral #327380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 17.06%
G = 39.25%
B = 43.69%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#327380 (or 0x327380) is known color: Astral. HEX triplet: 32, 73 and 80. RGB value is (50,115,128). Sum of RGB (Red+Green+Blue) = 50+115+128=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #327380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327380 is #CD8C7F. Grayscale: #606060. Windows color (decimal): -13470848 or 8418098. OLE color: 8418098.

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

Color convert

RGB 50 115 128 -
CMYK 0.61 0.10 0 0.50
HSL 190º 0.44% 0.35% -
HSV(B) 190º 0.61% 0.5% -
XYZ 11.34 14.5 22.62 -
YUV 97.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 50 115 128 0.61 0.10 0 0.50 190 0.44 0.35
Hex 32 73 80 3D A 0 32 BE 2C 23
Octal 62 163 200 75 12 0 62 276 54 43
Binary 110010 1110011 10000000 111101 1010 0 110010 10111110 101100 100011

Color Harmonies of #327380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327380

Black with #327380

Text Example


Text Example

White with #327380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327380; }

 p { color: rgb(50,115,128); }

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

background-color css

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

 a { background-color: rgb(50,115,128); }

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

border-color css

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

 span { border-color: rgb(50,115,128); }

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