Html Css Color HEX #326871 Blumine

📋 copy color: '#326871'

red 50 ◦ green 104 ◦ blue 113

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

Shades of Blumine #326871

Tints of Blumine #326871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

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

R = 18.73%
G = 38.95%
B = 42.32%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326871 (or 0x326871) is known color: Blumine. HEX triplet: 32, 68 and 71. RGB value is (50,104,113). Sum of RGB (Red+Green+Blue) = 50+104+113=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #326871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326871 is #CD978E. Grayscale: #585858. Windows color (decimal): -13473679 or 7432242. OLE color: 7432242.

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

Color convert

RGB 50 104 113 -
CMYK 0.56 0.08 0 0.56
HSL 188.57º 0.39% 0.32% -
HSV(B) 188.57º 0.56% 0.44% -
XYZ 9.25 11.77 17.41 -
YUV 88.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 50 104 113 0.56 0.08 0 0.56 188.57 0.39 0.32
Hex 32 68 71 38 8 0 38 BD 27 20
Octal 62 150 161 70 10 0 70 275 47 40
Binary 110010 1101000 1110001 111000 1000 0 111000 10111101 100111 100000

Color Harmonies of #326871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326871

Black with #326871

Text Example


Text Example

White with #326871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326871; }

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

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

background-color css

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

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

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

border-color css

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

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

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