Html Css Color HEX #326576 Blumine

📋 copy color: '#326576'

red 50 ◦ green 101 ◦ blue 118

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

Shades of Blumine #326576

Tints of Blumine #326576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 18.59%
G = 37.55%
B = 43.87%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326576 (or 0x326576) is known color: Blumine. HEX triplet: 32, 65 and 76. RGB value is (50,101,118). Sum of RGB (Red+Green+Blue) = 50+101+118=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #326576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326576 is #CD9A89. Grayscale: #575757. Windows color (decimal): -13474442 or 7759154. OLE color: 7759154.

HSL color Cylindrical-coordinate representation of color #326576: hue angle of 195º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326576 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 101 118 -
CMYK 0.58 0.14 0 0.54
HSL 195º 0.4% 0.33% -
HSV(B) 195º 0.58% 0.46% -
XYZ 9.24 11.29 18.83 -
YUV 87.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 50 101 118 0.58 0.14 0 0.54 195 0.4 0.33
Hex 32 65 76 3A E 0 36 C3 28 21
Octal 62 145 166 72 16 0 66 303 50 41
Binary 110010 1100101 1110110 111010 1110 0 110110 11000011 101000 100001

Color Harmonies of #326576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326576

Black with #326576

Text Example


Text Example

White with #326576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326576; }

 p { color: rgb(50,101,118); }

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

background-color css

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

 a { background-color: rgb(50,101,118); }

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

border-color css

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

 span { border-color: rgb(50,101,118); }

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