Html Css Color HEX #326889 Astral

📋 copy color: '#326889'

red 50 ◦ green 104 ◦ blue 137

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

Shades of Astral #326889

Tints of Astral #326889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

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

R = 17.18%
G = 35.74%
B = 47.08%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326889 (or 0x326889) is known color: Astral. HEX triplet: 32, 68 and 89. RGB value is (50,104,137). Sum of RGB (Red+Green+Blue) = 50+104+137=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #326889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326889 is #CD9776. Grayscale: #5B5B5B. Windows color (decimal): -13473655 or 9005106. OLE color: 9005106.

HSL color Cylindrical-coordinate representation of color #326889: hue angle of 202.76º 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 #326889 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 104 137 -
CMYK 0.64 0.24 0 0.46
HSL 202.76º 0.47% 0.37% -
HSV(B) 202.76º 0.64% 0.54% -
XYZ 10.78 12.38 25.49 -
YUV 91.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 50 104 137 0.64 0.24 0 0.46 202.76 0.47 0.37
Hex 32 68 89 40 18 0 2E CB 2F 25
Octal 62 150 211 100 30 0 56 313 57 45
Binary 110010 1101000 10001001 1000000 11000 0 101110 11001011 101111 100101

Color Harmonies of #326889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326889

Black with #326889

Text Example


Text Example

White with #326889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326889; }

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

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

background-color css

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

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

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

border-color css

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

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

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