Html Css Color HEX #326A8D Astral

📋 copy color: '#326A8D'

red 50 ◦ green 106 ◦ blue 141

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

Shades of Astral #326A8D

Tints of Astral #326A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

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

R = 16.84%
G = 35.69%
B = 47.47%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#326A8D (or 0x326A8D) is known color: Astral. HEX triplet: 32, 6A and 8D. RGB value is (50,106,141). Sum of RGB (Red+Green+Blue) = 50+106+141=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #326A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A8D is #CD9572. Grayscale: #5D5D5D. Windows color (decimal): -13473139 or 9267762. OLE color: 9267762.

HSL color Cylindrical-coordinate representation of color #326A8D: hue angle of 203.08º 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 #326A8D is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 106 141 -
CMYK 0.65 0.25 0 0.45
HSL 203.08º 0.48% 0.37% -
HSV(B) 203.08º 0.65% 0.55% -
XYZ 11.28 12.91 27.1 -
YUV 93.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 50 106 141 0.65 0.25 0 0.45 203.08 0.48 0.37
Hex 32 6A 8D 41 19 0 2D CB 30 25
Octal 62 152 215 101 31 0 55 313 60 45
Binary 110010 1101010 10001101 1000001 11001 0 101101 11001011 110000 100101

Color Harmonies of #326A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A8D

Black with #326A8D

Text Example


Text Example

White with #326A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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