Html Css Color HEX #327182 Astral

📋 copy color: '#327182'

red 50 ◦ green 113 ◦ blue 130

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

Shades of Astral #327182

Tints of Astral #327182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.57%

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 17.06%
G = 38.57%
B = 44.37%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327182 (or 0x327182) is known color: Astral. HEX triplet: 32, 71 and 82. RGB value is (50,113,130). Sum of RGB (Red+Green+Blue) = 50+113+130=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #327182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327182 is #CD8E7D. Grayscale: #5F5F5F. Windows color (decimal): -13471358 or 8548658. OLE color: 8548658.

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

Color convert

RGB 50 113 130 -
CMYK 0.62 0.13 0 0.49
HSL 192.75º 0.44% 0.35% -
HSV(B) 192.75º 0.62% 0.51% -
XYZ 11.25 14.1 23.25 -
YUV 96.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 50 113 130 0.62 0.13 0 0.49 192.75 0.44 0.35
Hex 32 71 82 3E D 0 31 C1 2C 23
Octal 62 161 202 76 15 0 61 301 54 43
Binary 110010 1110001 10000010 111110 1101 0 110001 11000001 101100 100011

Color Harmonies of #327182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327182

Black with #327182

Text Example


Text Example

White with #327182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327182; }

 p { color: rgb(50,113,130); }

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

background-color css

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

 a { background-color: rgb(50,113,130); }

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

border-color css

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

 span { border-color: rgb(50,113,130); }

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