Html Css Color HEX #326175 Blumine

📋 copy color: '#326175'

red 50 ◦ green 97 ◦ blue 117

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

Shades of Blumine #326175

Tints of Blumine #326175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 18.94%
G = 36.74%
B = 44.32%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326175 (or 0x326175) is known color: Blumine. HEX triplet: 32, 61 and 75. RGB value is (50,97,117). Sum of RGB (Red+Green+Blue) = 50+97+117=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #326175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326175 is #CD9E8A. Grayscale: #555555. Windows color (decimal): -13475467 or 7692594. OLE color: 7692594.

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

Color convert

RGB 50 97 117 -
CMYK 0.57 0.17 0 0.54
HSL 197.91º 0.4% 0.33% -
HSV(B) 197.91º 0.57% 0.46% -
XYZ 8.8 10.51 18.39 -
YUV 85.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 50 97 117 0.57 0.17 0 0.54 197.91 0.4 0.33
Hex 32 61 75 39 11 0 36 C6 28 21
Octal 62 141 165 71 21 0 66 306 50 41
Binary 110010 1100001 1110101 111001 10001 0 110110 11000110 101000 100001

Color Harmonies of #326175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326175

Black with #326175

Text Example


Text Example

White with #326175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326175; }

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

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

background-color css

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

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

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

border-color css

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

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

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