Html Css Color HEX #326872 Blumine

📋 copy color: '#326872'

red 50 ◦ green 104 ◦ blue 114

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

Shades of Blumine #326872

Tints of Blumine #326872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 18.66%
G = 38.81%
B = 42.54%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326872 (or 0x326872) is known color: Blumine. HEX triplet: 32, 68 and 72. RGB value is (50,104,114). Sum of RGB (Red+Green+Blue) = 50+104+114=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #326872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326872 is #CD978D. Grayscale: #585858. Windows color (decimal): -13473678 or 7497778. OLE color: 7497778.

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

Color convert

RGB 50 104 114 -
CMYK 0.56 0.09 0 0.55
HSL 189.38º 0.39% 0.32% -
HSV(B) 189.38º 0.56% 0.45% -
XYZ 9.3 11.79 17.71 -
YUV 88.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 50 104 114 0.56 0.09 0 0.55 189.38 0.39 0.32
Hex 32 68 72 38 9 0 37 BD 27 20
Octal 62 150 162 70 11 0 67 275 47 40
Binary 110010 1101000 1110010 111000 1001 0 110111 10111101 100111 100000

Color Harmonies of #326872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326872

Black with #326872

Text Example


Text Example

White with #326872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326872; }

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

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

background-color css

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

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

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

border-color css

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

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

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