Html Css Color HEX #326172 Blumine

📋 copy color: '#326172'

red 50 ◦ green 97 ◦ blue 114

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

Shades of Blumine #326172

Tints of Blumine #326172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 19.16%
G = 37.16%
B = 43.68%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326172 (or 0x326172) is known color: Blumine. HEX triplet: 32, 61 and 72. RGB value is (50,97,114). Sum of RGB (Red+Green+Blue) = 50+97+114=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #326172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326172 is #CD9E8D. Grayscale: #545454. Windows color (decimal): -13475470 or 7495986. OLE color: 7495986.

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

Color convert

RGB 50 97 114 -
CMYK 0.56 0.15 0 0.55
HSL 195.94º 0.39% 0.32% -
HSV(B) 195.94º 0.56% 0.45% -
XYZ 8.63 10.44 17.48 -
YUV 84.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 50 97 114 0.56 0.15 0 0.55 195.94 0.39 0.32
Hex 32 61 72 38 F 0 37 C4 27 20
Octal 62 141 162 70 17 0 67 304 47 40
Binary 110010 1100001 1110010 111000 1111 0 110111 11000100 100111 100000

Color Harmonies of #326172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326172

Black with #326172

Text Example


Text Example

White with #326172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326172; }

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

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

background-color css

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

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

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

border-color css

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

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

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