Html Css Color HEX #326489 Astral

📋 copy color: '#326489'

red 50 ◦ green 100 ◦ blue 137

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

Shades of Astral #326489

Tints of Astral #326489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 17.42%
G = 34.84%
B = 47.74%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326489 (or 0x326489) is known color: Astral. HEX triplet: 32, 64 and 89. RGB value is (50,100,137). Sum of RGB (Red+Green+Blue) = 50+100+137=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #326489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326489 is #CD9B76. Grayscale: #595959. Windows color (decimal): -13474679 or 9004082. OLE color: 9004082.

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

Color convert

RGB 50 100 137 -
CMYK 0.64 0.27 0 0.46
HSL 205.52º 0.47% 0.37% -
HSV(B) 205.52º 0.64% 0.54% -
XYZ 10.39 11.6 25.36 -
YUV 89.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 50 100 137 0.64 0.27 0 0.46 205.52 0.47 0.37
Hex 32 64 89 40 1B 0 2E CE 2F 25
Octal 62 144 211 100 33 0 56 316 57 45
Binary 110010 1100100 10001001 1000000 11011 0 101110 11001110 101111 100101

Color Harmonies of #326489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326489

Black with #326489

Text Example


Text Example

White with #326489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326489; }

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

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

background-color css

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

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

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

border-color css

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

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

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