Html Css Color HEX #326E81 Astral

📋 copy color: '#326E81'

red 50 ◦ green 110 ◦ blue 129

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

Shades of Astral #326E81

Tints of Astral #326E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.64%

R = 17.3%
G = 38.06%
B = 44.64%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326E81 (or 0x326E81) is known color: Astral. HEX triplet: 32, 6E and 81. RGB value is (50,110,129). Sum of RGB (Red+Green+Blue) = 50+110+129=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #326E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E81 is #CD917E. Grayscale: #5E5E5E. Windows color (decimal): -13472127 or 8482354. OLE color: 8482354.

HSL color Cylindrical-coordinate representation of color #326E81: hue angle of 194.43º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326E81 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 110 129 -
CMYK 0.61 0.15 0 0.49
HSL 194.43º 0.44% 0.35% -
HSV(B) 194.43º 0.61% 0.51% -
XYZ 10.85 13.41 22.79 -
YUV 94.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 50 110 129 0.61 0.15 0 0.49 194.43 0.44 0.35
Hex 32 6E 81 3D F 0 31 C2 2C 23
Octal 62 156 201 75 17 0 61 302 54 43
Binary 110010 1101110 10000001 111101 1111 0 110001 11000010 101100 100011

Color Harmonies of #326E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E81

Black with #326E81

Text Example


Text Example

White with #326E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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