Html Css Color HEX #326B7A Astral

📋 copy color: '#326B7A'

red 50 ◦ green 107 ◦ blue 122

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

Shades of Astral #326B7A

Tints of Astral #326B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.35%

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

R = 17.92%
G = 38.35%
B = 43.73%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#326B7A (or 0x326B7A) is known color: Astral. HEX triplet: 32, 6B and 7A. RGB value is (50,107,122). Sum of RGB (Red+Green+Blue) = 50+107+122=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #326B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B7A is #CD9485. Grayscale: #5B5B5B. Windows color (decimal): -13472902 or 8022834. OLE color: 8022834.

HSL color Cylindrical-coordinate representation of color #326B7A: hue angle of 192.5º 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 #326B7A is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 107 122 -
CMYK 0.59 0.12 0 0.52
HSL 192.5º 0.42% 0.34% -
HSV(B) 192.5º 0.59% 0.48% -
XYZ 10.09 12.6 20.31 -
YUV 91.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 50 107 122 0.59 0.12 0 0.52 192.5 0.42 0.34
Hex 32 6B 7A 3B C 0 34 C0 2A 22
Octal 62 153 172 73 14 0 64 300 52 42
Binary 110010 1101011 1111010 111011 1100 0 110100 11000000 101010 100010

Color Harmonies of #326B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B7A

Black with #326B7A

Text Example


Text Example

White with #326B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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