Html Css Color HEX #327382 Astral

📋 copy color: '#327382'

red 50 ◦ green 115 ◦ blue 130

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

Shades of Astral #327382

Tints of Astral #327382

RGB

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

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

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

R = 16.95%
G = 38.98%
B = 44.07%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327382 (or 0x327382) is known color: Astral. HEX triplet: 32, 73 and 82. RGB value is (50,115,130). Sum of RGB (Red+Green+Blue) = 50+115+130=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #327382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327382 is #CD8C7D. Grayscale: #616161. Windows color (decimal): -13470846 or 8549170. OLE color: 8549170.

HSL color Cylindrical-coordinate representation of color #327382: hue angle of 191.25º 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 #327382 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 115 130 -
CMYK 0.62 0.12 0 0.49
HSL 191.25º 0.44% 0.35% -
HSV(B) 191.25º 0.62% 0.51% -
XYZ 11.48 14.55 23.32 -
YUV 97.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 50 115 130 0.62 0.12 0 0.49 191.25 0.44 0.35
Hex 32 73 82 3E C 0 31 BF 2C 23
Octal 62 163 202 76 14 0 61 277 54 43
Binary 110010 1110011 10000010 111110 1100 0 110001 10111111 101100 100011

Color Harmonies of #327382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327382

Black with #327382

Text Example


Text Example

White with #327382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327382; }

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

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

background-color css

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

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

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

border-color css

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

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

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