Html Css Color HEX #326582 Astral

📋 copy color: '#326582'

red 50 ◦ green 101 ◦ blue 130

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

Shades of Astral #326582

Tints of Astral #326582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 17.79%
G = 35.94%
B = 46.26%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326582 (or 0x326582) is known color: Astral. HEX triplet: 32, 65 and 82. RGB value is (50,101,130). Sum of RGB (Red+Green+Blue) = 50+101+130=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #326582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326582 is #CD9A7D. Grayscale: #585858. Windows color (decimal): -13474430 or 8545586. OLE color: 8545586.

HSL color Cylindrical-coordinate representation of color #326582: hue angle of 201.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326582 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 101 130 -
CMYK 0.62 0.22 0 0.49
HSL 201.75º 0.44% 0.35% -
HSV(B) 201.75º 0.62% 0.51% -
XYZ 10 11.6 22.83 -
YUV 89.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 50 101 130 0.62 0.22 0 0.49 201.75 0.44 0.35
Hex 32 65 82 3E 16 0 31 CA 2C 23
Octal 62 145 202 76 26 0 61 312 54 43
Binary 110010 1100101 10000010 111110 10110 0 110001 11001010 101100 100011

Color Harmonies of #326582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326582

Black with #326582

Text Example


Text Example

White with #326582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326582; }

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

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

background-color css

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

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

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

border-color css

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

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

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