Html Css Color HEX #326376 Blumine

📋 copy color: '#326376'

red 50 ◦ green 99 ◦ blue 118

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

Shades of Blumine #326376

Tints of Blumine #326376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 18.73%
G = 37.08%
B = 44.19%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326376 (or 0x326376) is known color: Blumine. HEX triplet: 32, 63 and 76. RGB value is (50,99,118). Sum of RGB (Red+Green+Blue) = 50+99+118=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #326376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326376 is #CD9C89. Grayscale: #565656. Windows color (decimal): -13474954 or 7758642. OLE color: 7758642.

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

Color convert

RGB 50 99 118 -
CMYK 0.58 0.16 0 0.54
HSL 196.76º 0.4% 0.33% -
HSV(B) 196.76º 0.58% 0.46% -
XYZ 9.05 10.91 18.77 -
YUV 86.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 50 99 118 0.58 0.16 0 0.54 196.76 0.4 0.33
Hex 32 63 76 3A 10 0 36 C5 28 21
Octal 62 143 166 72 20 0 66 305 50 41
Binary 110010 1100011 1110110 111010 10000 0 110110 11000101 101000 100001

Color Harmonies of #326376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326376

Black with #326376

Text Example


Text Example

White with #326376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326376; }

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

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

background-color css

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

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

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

border-color css

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

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

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