Html Css Color HEX #326177 Blumine

📋 copy color: '#326177'

red 50 ◦ green 97 ◦ blue 119

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

Shades of Blumine #326177

Tints of Blumine #326177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 18.8%
G = 36.47%
B = 44.74%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326177 (or 0x326177) is known color: Blumine. HEX triplet: 32, 61 and 77. RGB value is (50,97,119). Sum of RGB (Red+Green+Blue) = 50+97+119=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #326177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326177 is #CD9E88. Grayscale: #555555. Windows color (decimal): -13475465 or 7823666. OLE color: 7823666.

HSL color Cylindrical-coordinate representation of color #326177: hue angle of 199.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326177 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 97 119 -
CMYK 0.58 0.18 0 0.53
HSL 199.13º 0.41% 0.33% -
HSV(B) 199.13º 0.58% 0.47% -
XYZ 8.92 10.56 19.02 -
YUV 85.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 50 97 119 0.58 0.18 0 0.53 199.13 0.41 0.33
Hex 32 61 77 3A 12 0 35 C7 29 21
Octal 62 141 167 72 22 0 65 307 51 41
Binary 110010 1100001 1110111 111010 10010 0 110101 11000111 101001 100001

Color Harmonies of #326177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326177

Black with #326177

Text Example


Text Example

White with #326177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326177; }

 p { color: rgb(50,97,119); }

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

background-color css

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

 a { background-color: rgb(50,97,119); }

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

border-color css

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

 span { border-color: rgb(50,97,119); }

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