Html Css Color HEX #326171 Blumine

📋 copy color: '#326171'

red 50 ◦ green 97 ◦ blue 113

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

Shades of Blumine #326171

Tints of Blumine #326171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 19.23%
G = 37.31%
B = 43.46%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326171 (or 0x326171) is known color: Blumine. HEX triplet: 32, 61 and 71. RGB value is (50,97,113). Sum of RGB (Red+Green+Blue) = 50+97+113=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #326171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326171 is #CD9E8E. Grayscale: #545454. Windows color (decimal): -13475471 or 7430450. OLE color: 7430450.

HSL color Cylindrical-coordinate representation of color #326171: hue angle of 195.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326171 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 97 113 -
CMYK 0.56 0.14 0 0.56
HSL 195.24º 0.39% 0.32% -
HSV(B) 195.24º 0.56% 0.44% -
XYZ 8.57 10.42 17.18 -
YUV 84.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 50 97 113 0.56 0.14 0 0.56 195.24 0.39 0.32
Hex 32 61 71 38 E 0 38 C3 27 20
Octal 62 141 161 70 16 0 70 303 47 40
Binary 110010 1100001 1110001 111000 1110 0 111000 11000011 100111 100000

Color Harmonies of #326171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326171

Black with #326171

Text Example


Text Example

White with #326171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326171; }

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

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

background-color css

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

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

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

border-color css

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

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

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