Html Css Color HEX #326786 Astral

📋 copy color: '#326786'

red 50 ◦ green 103 ◦ blue 134

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

Shades of Astral #326786

Tints of Astral #326786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

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

R = 17.42%
G = 35.89%
B = 46.69%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326786 (or 0x326786) is known color: Astral. HEX triplet: 32, 67 and 86. RGB value is (50,103,134). Sum of RGB (Red+Green+Blue) = 50+103+134=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #326786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326786 is #CD9879. Grayscale: #5A5A5A. Windows color (decimal): -13473914 or 8808242. OLE color: 8808242.

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

Color convert

RGB 50 103 134 -
CMYK 0.63 0.23 0 0.47
HSL 202.14º 0.46% 0.36% -
HSV(B) 202.14º 0.63% 0.53% -
XYZ 10.47 12.1 24.34 -
YUV 90.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 50 103 134 0.63 0.23 0 0.47 202.14 0.46 0.36
Hex 32 67 86 3F 17 0 2F CA 2E 24
Octal 62 147 206 77 27 0 57 312 56 44
Binary 110010 1100111 10000110 111111 10111 0 101111 11001010 101110 100100

Color Harmonies of #326786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326786

Black with #326786

Text Example


Text Example

White with #326786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326786; }

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

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

background-color css

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

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

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

border-color css

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

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

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