Html Css Color HEX #326D7F Astral

📋 copy color: '#326D7F'

red 50 ◦ green 109 ◦ blue 127

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

Shades of Astral #326D7F

Tints of Astral #326D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.41%

R = 17.48%
G = 38.11%
B = 44.41%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326D7F (or 0x326D7F) is known color: Astral. HEX triplet: 32, 6D and 7F. RGB value is (50,109,127). Sum of RGB (Red+Green+Blue) = 50+109+127=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #326D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D7F is #CD9280. Grayscale: #5D5D5D. Windows color (decimal): -13472385 or 8351026. OLE color: 8351026.

HSL color Cylindrical-coordinate representation of color #326D7F: hue angle of 194.03º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326D7F is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 109 127 -
CMYK 0.61 0.14 0 0.50
HSL 194.03º 0.44% 0.35% -
HSV(B) 194.03º 0.61% 0.5% -
XYZ 10.61 13.15 22.06 -
YUV 93.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 50 109 127 0.61 0.14 0 0.50 194.03 0.44 0.35
Hex 32 6D 7F 3D E 0 32 C2 2C 23
Octal 62 155 177 75 16 0 62 302 54 43
Binary 110010 1101101 1111111 111101 1110 0 110010 11000010 101100 100011

Color Harmonies of #326D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D7F

Black with #326D7F

Text Example


Text Example

White with #326D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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