Html Css Color HEX #326A8E Astral

📋 copy color: '#326A8E'

red 50 ◦ green 106 ◦ blue 142

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

Shades of Astral #326A8E

Tints of Astral #326A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 16.78%
G = 35.57%
B = 47.65%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#326A8E (or 0x326A8E) is known color: Astral. HEX triplet: 32, 6A and 8E. RGB value is (50,106,142). Sum of RGB (Red+Green+Blue) = 50+106+142=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #326A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A8E is #CD9571. Grayscale: #5D5D5D. Windows color (decimal): -13473138 or 9333298. OLE color: 9333298.

HSL color Cylindrical-coordinate representation of color #326A8E: hue angle of 203.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326A8E is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 106 142 -
CMYK 0.65 0.25 0 0.44
HSL 203.48º 0.48% 0.38% -
HSV(B) 203.48º 0.65% 0.56% -
XYZ 11.35 12.94 27.49 -
YUV 93.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 50 106 142 0.65 0.25 0 0.44 203.48 0.48 0.38
Hex 32 6A 8E 41 19 0 2C CB 30 26
Octal 62 152 216 101 31 0 54 313 60 46
Binary 110010 1101010 10001110 1000001 11001 0 101100 11001011 110000 100110

Color Harmonies of #326A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A8E

Black with #326A8E

Text Example


Text Example

White with #326A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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