Html Css Color HEX #326F82 Astral

📋 copy color: '#326F82'

red 50 ◦ green 111 ◦ blue 130

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

Shades of Astral #326F82

Tints of Astral #326F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.14%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 17.18%
G = 38.14%
B = 44.67%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326F82 (or 0x326F82) is known color: Astral. HEX triplet: 32, 6F and 82. RGB value is (50,111,130). Sum of RGB (Red+Green+Blue) = 50+111+130=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #326F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F82 is #CD907D. Grayscale: #5E5E5E. Windows color (decimal): -13471870 or 8548146. OLE color: 8548146.

HSL color Cylindrical-coordinate representation of color #326F82: hue angle of 194.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326F82 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 111 130 -
CMYK 0.62 0.15 0 0.49
HSL 194.25º 0.44% 0.35% -
HSV(B) 194.25º 0.62% 0.51% -
XYZ 11.03 13.66 23.17 -
YUV 94.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 50 111 130 0.62 0.15 0 0.49 194.25 0.44 0.35
Hex 32 6F 82 3E F 0 31 C2 2C 23
Octal 62 157 202 76 17 0 61 302 54 43
Binary 110010 1101111 10000010 111110 1111 0 110001 11000010 101100 100011

Color Harmonies of #326F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F82

Black with #326F82

Text Example


Text Example

White with #326F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,130); }

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

background-color css

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

 a { background-color: rgb(50,111,130); }

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

border-color css

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

 span { border-color: rgb(50,111,130); }

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