Html Css Color HEX #326E88 Astral

📋 copy color: '#326E88'

red 50 ◦ green 110 ◦ blue 136

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

Shades of Astral #326E88

Tints of Astral #326E88

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.16%

 BLUE value IS 136 (53.52% from 255) = 45.95%

R = 16.89%
G = 37.16%
B = 45.95%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326E88 (or 0x326E88) is known color: Astral. HEX triplet: 32, 6E and 88. RGB value is (50,110,136). Sum of RGB (Red+Green+Blue) = 50+110+136=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #326E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E88 is #CD9177. Grayscale: #5E5E5E. Windows color (decimal): -13472120 or 8941106. OLE color: 8941106.

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

Color convert

RGB 50 110 136 -
CMYK 0.63 0.19 0 0.47
HSL 198.14º 0.46% 0.36% -
HSV(B) 198.14º 0.63% 0.53% -
XYZ 11.34 13.61 25.32 -
YUV 95.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 50 110 136 0.63 0.19 0 0.47 198.14 0.46 0.36
Hex 32 6E 88 3F 13 0 2F C6 2E 24
Octal 62 156 210 77 23 0 57 306 56 44
Binary 110010 1101110 10001000 111111 10011 0 101111 11000110 101110 100100

Color Harmonies of #326E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E88

Black with #326E88

Text Example


Text Example

White with #326E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,136); }

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

background-color css

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

 a { background-color: rgb(50,110,136); }

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

border-color css

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

 span { border-color: rgb(50,110,136); }

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