Html Css Color HEX #326271 Blumine

📋 copy color: '#326271'

red 50 ◦ green 98 ◦ blue 113

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

Shades of Blumine #326271

Tints of Blumine #326271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

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

R = 19.16%
G = 37.55%
B = 43.3%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326271 (or 0x326271) is known color: Blumine. HEX triplet: 32, 62 and 71. RGB value is (50,98,113). Sum of RGB (Red+Green+Blue) = 50+98+113=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #326271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326271 is #CD9D8E. Grayscale: #555555. Windows color (decimal): -13475215 or 7430706. OLE color: 7430706.

HSL color Cylindrical-coordinate representation of color #326271: hue angle of 194.29º 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 #326271 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 98 113 -
CMYK 0.56 0.13 0 0.56
HSL 194.29º 0.39% 0.32% -
HSV(B) 194.29º 0.56% 0.44% -
XYZ 8.66 10.61 17.21 -
YUV 85.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 50 98 113 0.56 0.13 0 0.56 194.29 0.39 0.32
Hex 32 62 71 38 D 0 38 C2 27 20
Octal 62 142 161 70 15 0 70 302 47 40
Binary 110010 1100010 1110001 111000 1101 0 111000 11000010 100111 100000

Color Harmonies of #326271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326271

Black with #326271

Text Example


Text Example

White with #326271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326271; }

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

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

background-color css

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

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

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

border-color css

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

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

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