Html Css Color HEX #326584 Astral

📋 copy color: '#326584'

red 50 ◦ green 101 ◦ blue 132

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

Shades of Astral #326584

Tints of Astral #326584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 17.67%
G = 35.69%
B = 46.64%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326584 (or 0x326584) is known color: Astral. HEX triplet: 32, 65 and 84. RGB value is (50,101,132). Sum of RGB (Red+Green+Blue) = 50+101+132=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #326584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326584 is #CD9A7B. Grayscale: #595959. Windows color (decimal): -13474428 or 8676658. OLE color: 8676658.

HSL color Cylindrical-coordinate representation of color #326584: hue angle of 202.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326584 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 101 132 -
CMYK 0.62 0.23 0 0.48
HSL 202.68º 0.45% 0.36% -
HSV(B) 202.68º 0.62% 0.52% -
XYZ 10.13 11.65 23.54 -
YUV 89.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 50 101 132 0.62 0.23 0 0.48 202.68 0.45 0.36
Hex 32 65 84 3E 17 0 30 CB 2D 24
Octal 62 145 204 76 27 0 60 313 55 44
Binary 110010 1100101 10000100 111110 10111 0 110000 11001011 101101 100100

Color Harmonies of #326584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326584

Black with #326584

Text Example


Text Example

White with #326584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326584; }

 p { color: rgb(50,101,132); }

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

background-color css

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

 a { background-color: rgb(50,101,132); }

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

border-color css

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

 span { border-color: rgb(50,101,132); }

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