Html Css Color HEX #326789 Astral

📋 copy color: '#326789'

red 50 ◦ green 103 ◦ blue 137

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

Shades of Astral #326789

Tints of Astral #326789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 17.24%
G = 35.52%
B = 47.24%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326789 (or 0x326789) is known color: Astral. HEX triplet: 32, 67 and 89. RGB value is (50,103,137). Sum of RGB (Red+Green+Blue) = 50+103+137=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #326789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326789 is #CD9876. Grayscale: #5A5A5A. Windows color (decimal): -13473911 or 9004850. OLE color: 9004850.

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

Color convert

RGB 50 103 137 -
CMYK 0.64 0.25 0 0.46
HSL 203.45º 0.47% 0.37% -
HSV(B) 203.45º 0.64% 0.54% -
XYZ 10.68 12.18 25.46 -
YUV 91.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 50 103 137 0.64 0.25 0 0.46 203.45 0.47 0.37
Hex 32 67 89 40 19 0 2E CB 2F 25
Octal 62 147 211 100 31 0 56 313 57 45
Binary 110010 1100111 10001001 1000000 11001 0 101110 11001011 101111 100101

Color Harmonies of #326789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326789

Black with #326789

Text Example


Text Example

White with #326789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326789; }

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

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

background-color css

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

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

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

border-color css

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

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

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