Html Css Color HEX #326170 Blumine

📋 copy color: '#326170'

red 50 ◦ green 97 ◦ blue 112

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

Shades of Blumine #326170

Tints of Blumine #326170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 19.31%
G = 37.45%
B = 43.24%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326170 (or 0x326170) is known color: Blumine. HEX triplet: 32, 61 and 70. RGB value is (50,97,112). Sum of RGB (Red+Green+Blue) = 50+97+112=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #326170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326170 is #CD9E8F. Grayscale: #545454. Windows color (decimal): -13475472 or 7364914. OLE color: 7364914.

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

Color convert

RGB 50 97 112 -
CMYK 0.55 0.13 0 0.56
HSL 194.52º 0.38% 0.32% -
HSV(B) 194.52º 0.55% 0.44% -
XYZ 8.51 10.4 16.89 -
YUV 84.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 50 97 112 0.55 0.13 0 0.56 194.52 0.38 0.32
Hex 32 61 70 37 D 0 38 C3 26 20
Octal 62 141 160 67 15 0 70 303 46 40
Binary 110010 1100001 1110000 110111 1101 0 111000 11000011 100110 100000

Color Harmonies of #326170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326170

Black with #326170

Text Example


Text Example

White with #326170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326170; }

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

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

background-color css

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

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

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

border-color css

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

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

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