Html Css Color HEX #326886 Astral

📋 copy color: '#326886'

red 50 ◦ green 104 ◦ blue 134

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

Shades of Astral #326886

Tints of Astral #326886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 17.36%
G = 36.11%
B = 46.53%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326886 (or 0x326886) is known color: Astral. HEX triplet: 32, 68 and 86. RGB value is (50,104,134). Sum of RGB (Red+Green+Blue) = 50+104+134=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #326886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326886 is #CD9779. Grayscale: #5B5B5B. Windows color (decimal): -13473658 or 8808498. OLE color: 8808498.

HSL color Cylindrical-coordinate representation of color #326886: hue angle of 201.43º 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 #326886 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 104 134 -
CMYK 0.63 0.22 0 0.47
HSL 201.43º 0.46% 0.36% -
HSV(B) 201.43º 0.63% 0.53% -
XYZ 10.57 12.3 24.37 -
YUV 91.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 50 104 134 0.63 0.22 0 0.47 201.43 0.46 0.36
Hex 32 68 86 3F 16 0 2F C9 2E 24
Octal 62 150 206 77 26 0 57 311 56 44
Binary 110010 1101000 10000110 111111 10110 0 101111 11001001 101110 100100

Color Harmonies of #326886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326886

Black with #326886

Text Example


Text Example

White with #326886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326886; }

 p { color: rgb(50,104,134); }

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

background-color css

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

 a { background-color: rgb(50,104,134); }

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

border-color css

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

 span { border-color: rgb(50,104,134); }

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