Html Css Color HEX #327686 Astral

📋 copy color: '#327686'

red 50 ◦ green 118 ◦ blue 134

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

Shades of Astral #327686

Tints of Astral #327686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 16.56%
G = 39.07%
B = 44.37%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327686 (or 0x327686) is known color: Astral. HEX triplet: 32, 76 and 86. RGB value is (50,118,134). Sum of RGB (Red+Green+Blue) = 50+118+134=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #327686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327686 is #CD8979. Grayscale: #636363. Windows color (decimal): -13470074 or 8812082. OLE color: 8812082.

HSL color Cylindrical-coordinate representation of color #327686: hue angle of 191.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327686 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 118 134 -
CMYK 0.63 0.12 0 0.47
HSL 191.43º 0.46% 0.36% -
HSV(B) 191.43º 0.63% 0.53% -
XYZ 12.1 15.36 24.88 -
YUV 99.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 50 118 134 0.63 0.12 0 0.47 191.43 0.46 0.36
Hex 32 76 86 3F C 0 2F BF 2E 24
Octal 62 166 206 77 14 0 57 277 56 44
Binary 110010 1110110 10000110 111111 1100 0 101111 10111111 101110 100100

Color Harmonies of #327686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327686

Black with #327686

Text Example


Text Example

White with #327686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327686; }

 p { color: rgb(50,118,134); }

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

background-color css

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

 a { background-color: rgb(50,118,134); }

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

border-color css

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

 span { border-color: rgb(50,118,134); }

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