Html Css Color HEX #326A7A Astral

📋 copy color: '#326A7A'

red 50 ◦ green 106 ◦ blue 122

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

Shades of Astral #326A7A

Tints of Astral #326A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 17.99%
G = 38.13%
B = 43.88%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#326A7A (or 0x326A7A) is known color: Astral. HEX triplet: 32, 6A and 7A. RGB value is (50,106,122). Sum of RGB (Red+Green+Blue) = 50+106+122=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #326A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A7A is #CD9585. Grayscale: #5A5A5A. Windows color (decimal): -13473158 or 8022578. OLE color: 8022578.

HSL color Cylindrical-coordinate representation of color #326A7A: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326A7A is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 106 122 -
CMYK 0.59 0.13 0 0.52
HSL 193.33º 0.42% 0.34% -
HSV(B) 193.33º 0.59% 0.48% -
XYZ 9.98 12.39 20.28 -
YUV 91.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 50 106 122 0.59 0.13 0 0.52 193.33 0.42 0.34
Hex 32 6A 7A 3B D 0 34 C1 2A 22
Octal 62 152 172 73 15 0 64 301 52 42
Binary 110010 1101010 1111010 111011 1101 0 110100 11000001 101010 100010

Color Harmonies of #326A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A7A

Black with #326A7A

Text Example


Text Example

White with #326A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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