Html Css Color HEX #326588 Astral

📋 copy color: '#326588'

red 50 ◦ green 101 ◦ blue 136

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

Shades of Astral #326588

Tints of Astral #326588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 17.42%
G = 35.19%
B = 47.39%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326588 (or 0x326588) is known color: Astral. HEX triplet: 32, 65 and 88. RGB value is (50,101,136). Sum of RGB (Red+Green+Blue) = 50+101+136=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #326588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326588 is #CD9A77. Grayscale: #595959. Windows color (decimal): -13474424 or 8938802. OLE color: 8938802.

HSL color Cylindrical-coordinate representation of color #326588: hue angle of 204.42º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326588 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 101 136 -
CMYK 0.63 0.26 0 0.47
HSL 204.42º 0.46% 0.36% -
HSV(B) 204.42º 0.63% 0.53% -
XYZ 10.41 11.76 25.01 -
YUV 89.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 50 101 136 0.63 0.26 0 0.47 204.42 0.46 0.36
Hex 32 65 88 3F 1A 0 2F CC 2E 24
Octal 62 145 210 77 32 0 57 314 56 44
Binary 110010 1100101 10001000 111111 11010 0 101111 11001100 101110 100100

Color Harmonies of #326588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326588

Black with #326588

Text Example


Text Example

White with #326588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326588; }

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

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

background-color css

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

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

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

border-color css

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

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

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