Html Css Color HEX #326471 Blumine

📋 copy color: '#326471'

red 50 ◦ green 100 ◦ blue 113

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

Shades of Blumine #326471

Tints of Blumine #326471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 19.01%
G = 38.02%
B = 42.97%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326471 (or 0x326471) is known color: Blumine. HEX triplet: 32, 64 and 71. RGB value is (50,100,113). Sum of RGB (Red+Green+Blue) = 50+100+113=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #326471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326471 is #CD9B8E. Grayscale: #565656. Windows color (decimal): -13474703 or 7431218. OLE color: 7431218.

HSL color Cylindrical-coordinate representation of color #326471: hue angle of 192.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326471 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 100 113 -
CMYK 0.56 0.12 0 0.56
HSL 192.38º 0.39% 0.32% -
HSV(B) 192.38º 0.56% 0.44% -
XYZ 8.85 10.98 17.28 -
YUV 86.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 50 100 113 0.56 0.12 0 0.56 192.38 0.39 0.32
Hex 32 64 71 38 C 0 38 C0 27 20
Octal 62 144 161 70 14 0 70 300 47 40
Binary 110010 1100100 1110001 111000 1100 0 111000 11000000 100111 100000

Color Harmonies of #326471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326471

Black with #326471

Text Example


Text Example

White with #326471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326471; }

 p { color: rgb(50,100,113); }

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

background-color css

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

 a { background-color: rgb(50,100,113); }

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

border-color css

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

 span { border-color: rgb(50,100,113); }

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