Html Css Color HEX #326581 Astral

📋 copy color: '#326581'

red 50 ◦ green 101 ◦ blue 129

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

Shades of Astral #326581

Tints of Astral #326581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 17.86%
G = 36.07%
B = 46.07%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326581 (or 0x326581) is known color: Astral. HEX triplet: 32, 65 and 81. RGB value is (50,101,129). Sum of RGB (Red+Green+Blue) = 50+101+129=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #326581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326581 is #CD9A7E. Grayscale: #585858. Windows color (decimal): -13474431 or 8480050. OLE color: 8480050.

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

Color convert

RGB 50 101 129 -
CMYK 0.61 0.22 0 0.49
HSL 201.27º 0.44% 0.35% -
HSV(B) 201.27º 0.61% 0.51% -
XYZ 9.93 11.57 22.48 -
YUV 88.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 50 101 129 0.61 0.22 0 0.49 201.27 0.44 0.35
Hex 32 65 81 3D 16 0 31 C9 2C 23
Octal 62 145 201 75 26 0 61 311 54 43
Binary 110010 1100101 10000001 111101 10110 0 110001 11001001 101100 100011

Color Harmonies of #326581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326581

Black with #326581

Text Example


Text Example

White with #326581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326581; }

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

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

background-color css

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

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

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

border-color css

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

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

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