Html Css Color HEX #326784 Astral

📋 copy color: '#326784'

red 50 ◦ green 103 ◦ blue 132

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

Shades of Astral #326784

Tints of Astral #326784

RGB

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

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

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

R = 17.54%
G = 36.14%
B = 46.32%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326784 (or 0x326784) is known color: Astral. HEX triplet: 32, 67 and 84. RGB value is (50,103,132). Sum of RGB (Red+Green+Blue) = 50+103+132=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #326784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326784 is #CD987B. Grayscale: #5A5A5A. Windows color (decimal): -13473916 or 8677170. OLE color: 8677170.

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

Color convert

RGB 50 103 132 -
CMYK 0.62 0.22 0 0.48
HSL 201.22º 0.45% 0.36% -
HSV(B) 201.22º 0.62% 0.52% -
XYZ 10.33 12.04 23.61 -
YUV 90.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 50 103 132 0.62 0.22 0 0.48 201.22 0.45 0.36
Hex 32 67 84 3E 16 0 30 C9 2D 24
Octal 62 147 204 76 26 0 60 311 55 44
Binary 110010 1100111 10000100 111110 10110 0 110000 11001001 101101 100100

Color Harmonies of #326784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326784

Black with #326784

Text Example


Text Example

White with #326784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326784; }

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

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

background-color css

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

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

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

border-color css

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

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

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