Html Css Color HEX #326071 Blumine

📋 copy color: '#326071'

red 50 ◦ green 96 ◦ blue 113

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

Shades of Blumine #326071

Tints of Blumine #326071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

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

R = 19.31%
G = 37.07%
B = 43.63%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326071 (or 0x326071) is known color: Blumine. HEX triplet: 32, 60 and 71. RGB value is (50,96,113). Sum of RGB (Red+Green+Blue) = 50+96+113=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #326071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326071 is #CD9F8E. Grayscale: #545454. Windows color (decimal): -13475727 or 7430194. OLE color: 7430194.

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

Color convert

RGB 50 96 113 -
CMYK 0.56 0.15 0 0.56
HSL 196.19º 0.39% 0.32% -
HSV(B) 196.19º 0.56% 0.44% -
XYZ 8.48 10.24 17.15 -
YUV 84.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 50 96 113 0.56 0.15 0 0.56 196.19 0.39 0.32
Hex 32 60 71 38 F 0 38 C4 27 20
Octal 62 140 161 70 17 0 70 304 47 40
Binary 110010 1100000 1110001 111000 1111 0 111000 11000100 100111 100000

Color Harmonies of #326071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326071

Black with #326071

Text Example


Text Example

White with #326071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326071; }

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

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

background-color css

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

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

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

border-color css

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

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

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