Html Css Color HEX #326681 Astral

📋 copy color: '#326681'

red 50 ◦ green 102 ◦ blue 129

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

Shades of Astral #326681

Tints of Astral #326681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 17.79%
G = 36.3%
B = 45.91%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326681 (or 0x326681) is known color: Astral. HEX triplet: 32, 66 and 81. RGB value is (50,102,129). Sum of RGB (Red+Green+Blue) = 50+102+129=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #326681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326681 is #CD997E. Grayscale: #595959. Windows color (decimal): -13474175 or 8480306. OLE color: 8480306.

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

Color convert

RGB 50 102 129 -
CMYK 0.61 0.21 0 0.49
HSL 200.51º 0.44% 0.35% -
HSV(B) 200.51º 0.61% 0.51% -
XYZ 10.03 11.77 22.51 -
YUV 89.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 50 102 129 0.61 0.21 0 0.49 200.51 0.44 0.35
Hex 32 66 81 3D 15 0 31 C9 2C 23
Octal 62 146 201 75 25 0 61 311 54 43
Binary 110010 1100110 10000001 111101 10101 0 110001 11001001 101100 100011

Color Harmonies of #326681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326681

Black with #326681

Text Example


Text Example

White with #326681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326681; }

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

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

background-color css

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

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

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

border-color css

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

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

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