Html Css Color HEX #326979 Blumine

📋 copy color: '#326979'

red 50 ◦ green 105 ◦ blue 121

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

Shades of Blumine #326979

Tints of Blumine #326979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 18.12%
G = 38.04%
B = 43.84%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326979 (or 0x326979) is known color: Blumine. HEX triplet: 32, 69 and 79. RGB value is (50,105,121). Sum of RGB (Red+Green+Blue) = 50+105+121=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #326979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326979 is #CD9686. Grayscale: #5A5A5A. Windows color (decimal): -13473415 or 7956786. OLE color: 7956786.

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

Color convert

RGB 50 105 121 -
CMYK 0.59 0.13 0 0.53
HSL 193.52º 0.42% 0.34% -
HSV(B) 193.52º 0.59% 0.47% -
XYZ 9.82 12.16 19.92 -
YUV 90.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 50 105 121 0.59 0.13 0 0.53 193.52 0.42 0.34
Hex 32 69 79 3B D 0 35 C2 2A 22
Octal 62 151 171 73 15 0 65 302 52 42
Binary 110010 1101001 1111001 111011 1101 0 110101 11000010 101010 100010

Color Harmonies of #326979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326979

Black with #326979

Text Example


Text Example

White with #326979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326979; }

 p { color: rgb(50,105,121); }

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

background-color css

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

 a { background-color: rgb(50,105,121); }

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

border-color css

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

 span { border-color: rgb(50,105,121); }

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