Html Css Color HEX #327086 Astral

📋 copy color: '#327086'

red 50 ◦ green 112 ◦ blue 134

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

Shades of Astral #327086

Tints of Astral #327086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

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

R = 16.89%
G = 37.84%
B = 45.27%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327086 (or 0x327086) is known color: Astral. HEX triplet: 32, 70 and 86. RGB value is (50,112,134). Sum of RGB (Red+Green+Blue) = 50+112+134=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #327086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327086 is #CD8F79. Grayscale: #5F5F5F. Windows color (decimal): -13471610 or 8810546. OLE color: 8810546.

HSL color Cylindrical-coordinate representation of color #327086: hue angle of 195.71º 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 #327086 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 112 134 -
CMYK 0.63 0.16 0 0.47
HSL 195.71º 0.46% 0.36% -
HSV(B) 195.71º 0.63% 0.53% -
XYZ 11.41 13.99 24.65 -
YUV 95.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 50 112 134 0.63 0.16 0 0.47 195.71 0.46 0.36
Hex 32 70 86 3F 10 0 2F C4 2E 24
Octal 62 160 206 77 20 0 57 304 56 44
Binary 110010 1110000 10000110 111111 10000 0 101111 11000100 101110 100100

Color Harmonies of #327086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327086

Black with #327086

Text Example


Text Example

White with #327086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327086; }

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

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

background-color css

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

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

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

border-color css

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

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

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