Html Css Color HEX #326C81 Astral

📋 copy color: '#326C81'

red 50 ◦ green 108 ◦ blue 129

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

Shades of Astral #326C81

Tints of Astral #326C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

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

R = 17.42%
G = 37.63%
B = 44.95%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326C81 (or 0x326C81) is known color: Astral. HEX triplet: 32, 6C and 81. RGB value is (50,108,129). Sum of RGB (Red+Green+Blue) = 50+108+129=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #326C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C81 is #CD937E. Grayscale: #5C5C5C. Windows color (decimal): -13472639 or 8481842. OLE color: 8481842.

HSL color Cylindrical-coordinate representation of color #326C81: hue angle of 195.95º 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 #326C81 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 108 129 -
CMYK 0.61 0.16 0 0.49
HSL 195.95º 0.44% 0.35% -
HSV(B) 195.95º 0.61% 0.51% -
XYZ 10.64 12.99 22.72 -
YUV 93.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 50 108 129 0.61 0.16 0 0.49 195.95 0.44 0.35
Hex 32 6C 81 3D 10 0 31 C4 2C 23
Octal 62 154 201 75 20 0 61 304 54 43
Binary 110010 1101100 10000001 111101 10000 0 110001 11000100 101100 100011

Color Harmonies of #326C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C81

Black with #326C81

Text Example


Text Example

White with #326C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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