Html Css Color HEX #326989 Astral

📋 copy color: '#326989'

red 50 ◦ green 105 ◦ blue 137

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

Shades of Astral #326989

Tints of Astral #326989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 17.12%
G = 35.96%
B = 46.92%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326989 (or 0x326989) is known color: Astral. HEX triplet: 32, 69 and 89. RGB value is (50,105,137). Sum of RGB (Red+Green+Blue) = 50+105+137=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #326989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326989 is #CD9676. Grayscale: #5C5C5C. Windows color (decimal): -13473399 or 9005362. OLE color: 9005362.

HSL color Cylindrical-coordinate representation of color #326989: hue angle of 202.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326989 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 105 137 -
CMYK 0.64 0.23 0 0.46
HSL 202.07º 0.47% 0.37% -
HSV(B) 202.07º 0.64% 0.54% -
XYZ 10.88 12.59 25.52 -
YUV 92.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 50 105 137 0.64 0.23 0 0.46 202.07 0.47 0.37
Hex 32 69 89 40 17 0 2E CA 2F 25
Octal 62 151 211 100 27 0 56 312 57 45
Binary 110010 1101001 10001001 1000000 10111 0 101110 11001010 101111 100101

Color Harmonies of #326989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326989

Black with #326989

Text Example


Text Example

White with #326989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326989; }

 p { color: rgb(50,105,137); }

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

background-color css

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

 a { background-color: rgb(50,105,137); }

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

border-color css

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

 span { border-color: rgb(50,105,137); }

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