Html Css Color HEX #326D8A Astral

📋 copy color: '#326D8A'

red 50 ◦ green 109 ◦ blue 138

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

Shades of Astral #326D8A

Tints of Astral #326D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 16.84%
G = 36.7%
B = 46.46%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326D8A (or 0x326D8A) is known color: Astral. HEX triplet: 32, 6D and 8A. RGB value is (50,109,138). Sum of RGB (Red+Green+Blue) = 50+109+138=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #326D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D8A is #CD9275. Grayscale: #5E5E5E. Windows color (decimal): -13472374 or 9071922. OLE color: 9071922.

HSL color Cylindrical-coordinate representation of color #326D8A: hue angle of 199.77º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326D8A is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 109 138 -
CMYK 0.64 0.21 0 0.46
HSL 199.77º 0.47% 0.37% -
HSV(B) 199.77º 0.64% 0.54% -
XYZ 11.37 13.45 26.04 -
YUV 94.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 50 109 138 0.64 0.21 0 0.46 199.77 0.47 0.37
Hex 32 6D 8A 40 15 0 2E C8 2F 25
Octal 62 155 212 100 25 0 56 310 57 45
Binary 110010 1101101 10001010 1000000 10101 0 101110 11001000 101111 100101

Color Harmonies of #326D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D8A

Black with #326D8A

Text Example


Text Example

White with #326D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,109,138); }

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

background-color css

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

 a { background-color: rgb(50,109,138); }

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

border-color css

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

 span { border-color: rgb(50,109,138); }

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