Html Css Color HEX #326476 Blumine

📋 copy color: '#326476'

red 50 ◦ green 100 ◦ blue 118

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

Shades of Blumine #326476

Tints of Blumine #326476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 18.66%
G = 37.31%
B = 44.03%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326476 (or 0x326476) is known color: Blumine. HEX triplet: 32, 64 and 76. RGB value is (50,100,118). Sum of RGB (Red+Green+Blue) = 50+100+118=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #326476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326476 is #CD9B89. Grayscale: #565656. Windows color (decimal): -13474698 or 7758898. OLE color: 7758898.

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

Color convert

RGB 50 100 118 -
CMYK 0.58 0.15 0 0.54
HSL 195.88º 0.4% 0.33% -
HSV(B) 195.88º 0.58% 0.46% -
XYZ 9.14 11.1 18.8 -
YUV 87.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 50 100 118 0.58 0.15 0 0.54 195.88 0.4 0.33
Hex 32 64 76 3A F 0 36 C4 28 21
Octal 62 144 166 72 17 0 66 304 50 41
Binary 110010 1100100 1110110 111010 1111 0 110110 11000100 101000 100001

Color Harmonies of #326476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326476

Black with #326476

Text Example


Text Example

White with #326476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326476; }

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

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

background-color css

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

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

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

border-color css

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

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

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