Html Css Color HEX #326C8D Astral

📋 copy color: '#326C8D'

red 50 ◦ green 108 ◦ blue 141

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

Shades of Astral #326C8D

Tints of Astral #326C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 16.72%
G = 36.12%
B = 47.16%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#326C8D (or 0x326C8D) is known color: Astral. HEX triplet: 32, 6C and 8D. RGB value is (50,108,141). Sum of RGB (Red+Green+Blue) = 50+108+141=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #326C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C8D is #CD9372. Grayscale: #5E5E5E. Windows color (decimal): -13472627 or 9268274. OLE color: 9268274.

HSL color Cylindrical-coordinate representation of color #326C8D: hue angle of 201.76º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326C8D is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 108 141 -
CMYK 0.65 0.23 0 0.45
HSL 201.76º 0.48% 0.37% -
HSV(B) 201.76º 0.65% 0.55% -
XYZ 11.49 13.33 27.17 -
YUV 94.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 50 108 141 0.65 0.23 0 0.45 201.76 0.48 0.37
Hex 32 6C 8D 41 17 0 2D CA 30 25
Octal 62 154 215 101 27 0 55 312 60 45
Binary 110010 1101100 10001101 1000001 10111 0 101101 11001010 110000 100101

Color Harmonies of #326C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C8D

Black with #326C8D

Text Example


Text Example

White with #326C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326C8D; }

 p { color: rgb(50,108,141); }

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

background-color css

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

 a { background-color: rgb(50,108,141); }

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

border-color css

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

 span { border-color: rgb(50,108,141); }

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