Html Css Color HEX #326891 Astral

📋 copy color: '#326891'

red 50 ◦ green 104 ◦ blue 145

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

Shades of Astral #326891

Tints of Astral #326891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 16.72%
G = 34.78%
B = 48.49%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326891 (or 0x326891) is known color: Astral. HEX triplet: 32, 68 and 91. RGB value is (50,104,145). Sum of RGB (Red+Green+Blue) = 50+104+145=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #326891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326891 is #CD976E. Grayscale: #5C5C5C. Windows color (decimal): -13473647 or 9529394. OLE color: 9529394.

HSL color Cylindrical-coordinate representation of color #326891: hue angle of 205.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326891 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 104 145 -
CMYK 0.66 0.28 0 0.43
HSL 205.89º 0.49% 0.38% -
HSV(B) 205.89º 0.66% 0.57% -
XYZ 11.38 12.62 28.62 -
YUV 92.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 50 104 145 0.66 0.28 0 0.43 205.89 0.49 0.38
Hex 32 68 91 42 1C 0 2B CE 31 26
Octal 62 150 221 102 34 0 53 316 61 46
Binary 110010 1101000 10010001 1000010 11100 0 101011 11001110 110001 100110

Color Harmonies of #326891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326891

Black with #326891

Text Example


Text Example

White with #326891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326891; }

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

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

background-color css

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

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

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

border-color css

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

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

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