Html Css Color HEX #326173 Blumine

📋 copy color: '#326173'

red 50 ◦ green 97 ◦ blue 115

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

Shades of Blumine #326173

Tints of Blumine #326173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 19.08%
G = 37.02%
B = 43.89%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326173 (or 0x326173) is known color: Blumine. HEX triplet: 32, 61 and 73. RGB value is (50,97,115). Sum of RGB (Red+Green+Blue) = 50+97+115=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #326173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326173 is #CD9E8C. Grayscale: #545454. Windows color (decimal): -13475469 or 7561522. OLE color: 7561522.

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

Color convert

RGB 50 97 115 -
CMYK 0.57 0.16 0 0.55
HSL 196.62º 0.39% 0.32% -
HSV(B) 196.62º 0.57% 0.45% -
XYZ 8.68 10.47 17.78 -
YUV 85 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 50 97 115 0.57 0.16 0 0.55 196.62 0.39 0.32
Hex 32 61 73 39 10 0 37 C5 27 20
Octal 62 141 163 71 20 0 67 305 47 40
Binary 110010 1100001 1110011 111001 10000 0 110111 11000101 100111 100000

Color Harmonies of #326173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326173

Black with #326173

Text Example


Text Example

White with #326173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326173; }

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

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

background-color css

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

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

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

border-color css

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

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

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