Html Css Color HEX #326689 Astral

📋 copy color: '#326689'

red 50 ◦ green 102 ◦ blue 137

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

Shades of Astral #326689

Tints of Astral #326689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

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

R = 17.3%
G = 35.29%
B = 47.4%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326689 (or 0x326689) is known color: Astral. HEX triplet: 32, 66 and 89. RGB value is (50,102,137). Sum of RGB (Red+Green+Blue) = 50+102+137=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #326689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326689 is #CD9976. Grayscale: #5A5A5A. Windows color (decimal): -13474167 or 9004594. OLE color: 9004594.

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

Color convert

RGB 50 102 137 -
CMYK 0.64 0.26 0 0.46
HSL 204.14º 0.47% 0.37% -
HSV(B) 204.14º 0.64% 0.54% -
XYZ 10.58 11.99 25.42 -
YUV 90.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 50 102 137 0.64 0.26 0 0.46 204.14 0.47 0.37
Hex 32 66 89 40 1A 0 2E CC 2F 25
Octal 62 146 211 100 32 0 56 314 57 45
Binary 110010 1100110 10001001 1000000 11010 0 101110 11001100 101111 100101

Color Harmonies of #326689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326689

Black with #326689

Text Example


Text Example

White with #326689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326689; }

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

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

background-color css

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

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

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

border-color css

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

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

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