Html Css Color HEX #326F86 Astral

📋 copy color: '#326F86'

red 50 ◦ green 111 ◦ blue 134

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

Shades of Astral #326F86

Tints of Astral #326F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.63%

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

R = 16.95%
G = 37.63%
B = 45.42%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326F86 (or 0x326F86) is known color: Astral. HEX triplet: 32, 6F and 86. RGB value is (50,111,134). Sum of RGB (Red+Green+Blue) = 50+111+134=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #326F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F86 is #CD9079. Grayscale: #5F5F5F. Windows color (decimal): -13471866 or 8810290. OLE color: 8810290.

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

Color convert

RGB 50 111 134 -
CMYK 0.63 0.17 0 0.47
HSL 196.43º 0.46% 0.36% -
HSV(B) 196.43º 0.63% 0.53% -
XYZ 11.3 13.77 24.62 -
YUV 95.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 50 111 134 0.63 0.17 0 0.47 196.43 0.46 0.36
Hex 32 6F 86 3F 11 0 2F C4 2E 24
Octal 62 157 206 77 21 0 57 304 56 44
Binary 110010 1101111 10000110 111111 10001 0 101111 11000100 101110 100100

Color Harmonies of #326F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F86

Black with #326F86

Text Example


Text Example

White with #326F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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