Html Css Color HEX #326276 Blumine

📋 copy color: '#326276'

red 50 ◦ green 98 ◦ blue 118

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

Shades of Blumine #326276

Tints of Blumine #326276

RGB

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

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

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

R = 18.8%
G = 36.84%
B = 44.36%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326276 (or 0x326276) is known color: Blumine. HEX triplet: 32, 62 and 76. RGB value is (50,98,118). Sum of RGB (Red+Green+Blue) = 50+98+118=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #326276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326276 is #CD9D89. Grayscale: #555555. Windows color (decimal): -13475210 or 7758386. OLE color: 7758386.

HSL color Cylindrical-coordinate representation of color #326276: hue angle of 197.65º 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 #326276 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 98 118 -
CMYK 0.58 0.17 0 0.54
HSL 197.65º 0.4% 0.33% -
HSV(B) 197.65º 0.58% 0.46% -
XYZ 8.95 10.72 18.74 -
YUV 85.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 50 98 118 0.58 0.17 0 0.54 197.65 0.4 0.33
Hex 32 62 76 3A 11 0 36 C6 28 21
Octal 62 142 166 72 21 0 66 306 50 41
Binary 110010 1100010 1110110 111010 10001 0 110110 11000110 101000 100001

Color Harmonies of #326276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326276

Black with #326276

Text Example


Text Example

White with #326276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326276; }

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

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

background-color css

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

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

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

border-color css

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

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

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